Page 1 of 1
tutorial or example...
Posted: Sat Feb 17, 2007 5:38 pm
by benifactor
i am looking for a tutorial, or a working example of php style site, that uses xmlhttp to send information and refresh the data on the page every 30 seconds or so with no refresh ... i have the php done, but have no idea on how to combine it with the javascript, as i have no javascript expeirience. any help is greatly appreciated. thanks in advance.
Posted: Sat Feb 17, 2007 6:42 pm
by Kieran Huggins
check out jQuery's .getIfModified() function:
http://www.visualjquery.com/1.1.1.html (ajax section)
Posted: Sat Feb 17, 2007 6:47 pm
by Luke
JQuery...

Posted: Sat Feb 17, 2007 7:05 pm
by Kieran Huggins
The Ninja Space Goat wrote:JQuery...

We should add that whole line to the smilies! I propose :jqttr:

Posted: Sat Feb 17, 2007 7:12 pm
by Luke
we should just write "JQuery" on his cape...

Posted: Sat Feb 17, 2007 7:44 pm
by benifactor
thank you for your responses.... i will check it out..