Search found 5 matches

by kastion
Fri Mar 04, 2005 2:12 pm
Forum: PHP - Theory and Design
Topic: PHP + Sockets, Real time look and feel?
Replies: 10
Views: 3654

http://www.sitepoint.com/print/no-refresh-links :!:

I think I can do what I was trying by using this method ^ and changing innerHtml content of a div with php functions. Much simpler than I thought, not so hard on the server, much more feasible that trying to do that with sockets.
by kastion
Fri Mar 04, 2005 1:38 pm
Forum: PHP - Theory and Design
Topic: PHP + Sockets, Real time look and feel?
Replies: 10
Views: 3654

Well I'll be a little more specific, clicking the link would have an onclick function(sending a string or number with a socket function), and the reason I don't want it to refresh is because it's a php rpg. All of the online RPG games I've played refresh. Just a thought. Well I'm trying to do my ow...
by kastion
Fri Mar 04, 2005 1:31 pm
Forum: PHP - Theory and Design
Topic: PHP + Sockets, Real time look and feel?
Replies: 10
Views: 3654

Well I'll be a little more specific, clicking the link would have an onclick function(sending a string or number with a socket function), and the reason I don't want it to refresh is because it's a php rpg.
by kastion
Fri Mar 04, 2005 1:25 pm
Forum: PHP - Theory and Design
Topic: PHP + Sockets, Real time look and feel?
Replies: 10
Views: 3654

PHP + Sockets, Real time look and feel?

Well, I'm trying to develop a certain area on my website in such a way that you don't need to refresh the page, and clicking links etc don't refresh the page. PHP being preprocessor server-side language I'm wondering if that's even possible. I've been reading about sockets, and was testing use with ...