--- Wade Smart <[EMAIL PROTECTED]> wrote: > Im working on a complicated form and I have a quick question. > After you submit data via Post, that data is no longer there. > Right? > > wade
Do you mean if you hit the back button on the browser? As with all things, the answer is "it depends." In this case, the browser is the main issue. You might be able to set up certain header cache controls but it may not work all of the time. If you are doing form validation, it is better to take the supplied inputs from POST and repopulate the form inputs and complain to the web visitor about the missing required inputs. In this scenario, the back button is not needed. James ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/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/
