tutorial or example...
Moderator: General Moderators
-
benifactor
- Forum Newbie
- Posts: 2
- Joined: Sat Feb 17, 2007 5:28 pm
tutorial or example...
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.
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
check out jQuery's .getIfModified() function:
http://www.visualjquery.com/1.1.1.html (ajax section)
http://www.visualjquery.com/1.1.1.html (ajax section)
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
-
benifactor
- Forum Newbie
- Posts: 2
- Joined: Sat Feb 17, 2007 5:28 pm
