I always use javascript to refresh my pages and it's very simple.
I use to use the php header function to refresh pages, but most of the times received
error messages.
So ever since, i'm using the next command:
<?php
// Refresh page
echo '<script> window.location=" '.$_SERVER['PHP_SELF'].' "; </script>';
?>
Last edited by pangeli; Feb 23rd, 2011 at 5:58 pm. Reason: syntax mistakes