Hello,
How to get around if you use PHP and mySql db and that the browser chaches the db-info?
example:
first script prints the database info
second script updates a selected db info
and the you run the first script to see
the results, BUT the browser has chached
the db info, so no changes are visable.
How do you code the first script to always
run the sql query and show the results?
//PA