Re: [PHP] form not submitting when I change action from PHP_SELF to thanks page

2005-10-05 Thread Robert Cummings
On Wed, 2005-10-05 at 20:44, Bruce Gilbert wrote: > I have a form that submits and returns on the same page and works fine. > > I know want to change the submission action from {$_SERVER['PHP_SELF']} > > to an external thanks page so the form method would change to: > Why not just redirect to

[PHP] form not submitting when I change action from PHP_SELF to thanks page

2005-10-05 Thread Bruce Gilbert
I have a form that submits and returns on the same page and works fine. I know want to change the submission action from {$_SERVER['PHP_SELF']} to an external thanks page so the form method would change to: now I need to know what else I have to change in the form below to change to get the