- I have added a new record to a table using phpMyAdmin
- I then run
select *
within phpMyAdmin and it works listing all records. - However if run the same
select *
from a PHP page the new record is missing.
I am using PHP 5 and am not sure what is going on here. It used to work in PHP 4.
.php files run as PHP 5 Apache module mode.