Ajax page refreshing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

Ajax page refreshing

Post 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....
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Ajax page refreshing

Post by s.dot »

Yes, you can do that using AJAX. JQuery makes it really easy.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply