That's how I do it when I need to handle the data and return user to the
same page.
Use header("Location: blah"); in the end of the handler page. Then even
'back'-button won't take user back to the handler page, and refresh
won't send data again.


Niklas

-----Original Message-----
From: Jonathan Rosenberg [mailto:[EMAIL PROTECTED]] 
Sent: 12. kesäkuuta 2002 16:18
To: Bret L Conard; [EMAIL PROTECTED]
Subject: RE: [PHP] Help with forms data please


How about if you just return the user to the same page?  Will that work?

> -----Original Message-----
> From: Bret L Conard [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 12, 2002 7:33 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Help with forms data please
>
>
> I need to send the data from a form without taking the
> surfer to that page.
> ie:
> form on ' formPage.php '
> with
> <form name='foo' method='post' action='../newUser.php'>
> but leave the user on ' formPage.php'
> Any way to do that?
>
> Thanks
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

###########################################
This message has been scanned by F-Secure Anti-Virus for Internet Mail.
For more information, connect to http://www.F-Secure.com/

###########################################
This message has been scanned by F-Secure Anti-Virus for Internet Mail.
For more information, connect to http://www.F-Secure.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to