[Typo3-dev] how to handle forms data?

Stig N. Jepsen stig at 8620.dk
Wed Jun 16 10:06:12 CEST 2004


> > But my concerns are about double submissions if (accidently?) reloading
or
> > going one page back.
> > What is the best way to handle forms like this?
>
>  Just redirect after handling the form data.
> ------
> $location = t3lib_div::locationHeaderUrl($url);
> header ('Location: '.$location);
> ------

Hi and thanks,

I also found this short tutorial:
http://typo3.org/documentation/document-library/form_extension_tut/

/Stig






More information about the TYPO3-dev mailing list