right now I am using below:
<FORM ACTION="<?=$PHP_SELF?>" method="post">
on submit the form inserts into the database, then echos blah, blah, blah
Are you saying if the page I want to open to after I hit submit would be added after the PHP_SELF? For example if my page I wish to redirect to after submit is named newpage.php how would that incorporate itself into above?
Thanks.