Crew-Portal Posted December 11, 2007 Share Posted December 11, 2007 I know in javascript is called tick(); but I was wondering if PHP had any Browser Update Material that made the browser refresh itslef like every 0.5 of a second without actaully refreshing the page? Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted December 11, 2007 Share Posted December 11, 2007 PHP is serverside only. It doesn't know or care about the browser. Ken Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted December 11, 2007 Author Share Posted December 11, 2007 Okay thankyou. But personally I think PHP should start coming out with some functions for the Client side Browsing. So we can finally beat up Javascript Once and for all. We can finally make error messages for a client side language that makes sense! lol Quote Link to comment Share on other sites More sharing options...
revraz Posted December 11, 2007 Share Posted December 11, 2007 Then they'll need to also have client side plug-ins, which we really don't need imo. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted December 11, 2007 Author Share Posted December 11, 2007 Ya But a Man can Dream.... :-\ :-\ :-\ :-\ :-\ TOPIC SOLVED Quote Link to comment Share on other sites More sharing options...
trq Posted December 11, 2007 Share Posted December 11, 2007 Ya But a Man can Dream.... :-\ :-\ :-\ :-\ :-\ TOPIC SOLVED You really ought learn the difference between server - client. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted December 11, 2007 Author Share Posted December 11, 2007 Ya But a Man can Dream.... :-\ :-\ :-\ :-\ :-\ TOPIC SOLVED You really ought learn the difference between server - client. I Run Teamspeak server (VOIP) And personally I think I know the diff between server/client. Server-side is stuff that can take data/Organize it and stuff. Client side makes the pages look pretty and stuff (like Html and Javascript) Quote Link to comment Share on other sites More sharing options...
trq Posted December 11, 2007 Share Posted December 11, 2007 Server-side is stuff that can take data/Organize it and stuff. Client side makes the pages look pretty and stuff (like Html and Javascript) Beutifully described So why ask the question.... I know in javascript is called tick(); but I was wondering if PHP had any Browser Update Material that made the browser refresh itslef like every 0.5 of a second without actaully refreshing the page? ? This is what Ajax (Javascript (insert server-side tech here)) is for. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted December 11, 2007 Author Share Posted December 11, 2007 Oh right I get it. Sorry im new to incorperating PHP into javascript. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.