im using php to design my webpage, and i have a problem after people submit the data i would like to have th page reload itself at the end of the script. im using the code now below
problem is that when i use that in IE it just prints out the code <meta http..... i was going to use header but then it caused an error with my site saying i sent out the header information 2 times, is there a simple fix for this?Code:echo '<meta http-equiv="refresh" content="2;url=http://www.bigdogcompany.com/admincp/delete_homes.php">';





Bookmarks