--- Wade Smart <[EMAIL PROTECTED]> wrote: > Actually, Im having a bit of trouble with an error - that's what I call > it - > where by when data is submitted and checked, its resubmitted to the > same page again to be checked. Sometimes Im getting a form back > that would suggest that data was still in the $_POST. But I always > thought that after you submitted - that data was gone. > > wade
The converse of what I wrote is true. Sometimes the browser will retain the POST values in the HTTP request if the page is reloaded. Typically a browser will warn you that you are going to send the POST values again. When I want to reload the page without submitting the data again, I put my cursor in the url and hit Enter to reload the page. James ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
