Page 1 of 1

Ajax page refreshing

Posted: Thu Apr 23, 2009 3:35 am
by kushaljutta
i want to display the number which was inserted in the database in a browser without pressing refresh button..

i mean i have a page like demo.php

i opened this page in localhost.... like http://localhost/demo.php ok..

after that i inserted data in database manually....

i want to display that inserted data in demo.php without page refreshing....

was this thing is possible by using ajax....

Re: Ajax page refreshing

Posted: Thu Apr 23, 2009 4:13 am
by s.dot
Yes, you can do that using AJAX. JQuery makes it really easy.