hi i have a page that lists values stored in a mysql database, and echos them like this
echo number_format($whatever);
and at the bottom of the page the values can be edited and saves in the database in a form, what i need to know is how can i make the page display the updated values, i tried header( 'location:**' ); but i got a headers already sent error and i tried <META HTTP-EQUIV=Refresh CONTENT="0; URL=training.php"> which works but it shows you the old values then a little bit later it refreshes and showsthe new one 🙁, any help would be great