AJAX with PHP
Posted: Mon Nov 03, 2008 4:35 am
I have a webpage (html page) that uses ajax when clicking on button,
the php code in the server side retrieving all the data in a table in mysql (this table is active, and other users can insert into it),
first time i click on the button, all the data will be retrieved, but , if another user insert new data to the table, and click on the button another time, the new data will not be retrieved,
is the problem clear???
i need help please, thanx alot
the php code in the server side retrieving all the data in a table in mysql (this table is active, and other users can insert into it),
first time i click on the button, all the data will be retrieved, but , if another user insert new data to the table, and click on the button another time, the new data will not be retrieved,
is the problem clear???
i need help please, thanx alot