MySQL Forums
Forum List  »  PHP

Re: PHP script continues to return data from table that phpmyadmin says is empty
Posted by: Doug McConnaughhay
Date: March 07, 2017 12:22AM

Actually, its the other way around. The php script shows the expected results and phpmyadmin shows less data than the php script is returning.

I've tested it over and over again. Even in multiple browsers. Browsers that I didnt view the script in until the issue started (when I noticed the data was deleted from phpmyadmin but the script was still showing it).

I inserted a new row into the table using phpmyadmin and the script does not show it. So the script is definitely pulling the data from a different source than phpmyadmin.

Is there any information I can give you to help me identify where this other instance of the database lives that the script is pulling from?

Options: ReplyQuote




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.