View Single Post
Old 06-28-2006, 02:21 AM   #2 (permalink)
etono
Moderator
 
Join Date: May 2006
Posts: 86
Default Re: go to new page after posting data

In the first case where you are posting to the same page you would need to redirect to another page... something like this:

PHP Code:
<?php
header
'location: http://domain.com/newpage.html' );
?>

Be sure that you are redirecting before anything is output.
__________________
Jeremy Moseley
My Links: Design Related Blog | Personal Website | Portfolio
etono is offline   Reply With Quote
Sponsored Links