MySQL Forums
Forum List  »  PHP

Re: php mysql select query returning the old results although the table is updated with new records
Posted by: sonam srivastava
Date: July 01, 2015 01:29AM

I think you are wrongly trying to use php and javascript combined as php is sever language and javascript is client language. Php predetermine the content of page to be send to client while after client recieved page you can only change the data of page through javascript ( AJAX or JSON )

Options: ReplyQuote


Subject
Written By
Posted
Re: php mysql select query returning the old results although the table is updated with new records
July 01, 2015 01:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.