I've writeen a database input form, in the insert.php file include result.php, the result.php shows the last record on screen, but I need to refresh current page to get the latest record that I keyin, is it any way to refresh the result page automatically?
How can I disable the *.php filename shows up on the destination bar?
// 1. echo "<META http-equiv=\"Refresh\" content=\"2;URL=whatpage.php\">"; // the content="delay;URL=url"
Originally posted by psy // 1. echo "<META http-equiv=\"Refresh\" content=\"2;URL=whatpage.php\">"; // the content="delay;URL=url" [/B]
Originally posted by psy
[/B]
Thank you, it works!