Search found 2 matches
- Thu May 17, 2007 5:08 am
- Forum: PHP - Code
- Topic: how to preserve form content?
- Replies: 3
- Views: 389
Thank you!
I am indeed forwarding people to the page via header(), so I created a session variable for each field and echoed it as in the example above. Worked like a charm
- Wed May 16, 2007 7:26 pm
- Forum: PHP - Code
- Topic: how to preserve form content?
- Replies: 3
- Views: 389
how to preserve form content?
I have an e-mail form (form.php) employing Swift, based upon the tutorial in the Swift documentation: http://www.swiftmailer.org/wikidocs/v3/tutorials/form2mail Before sending the mail, I first check the form was filled in correctly. However, regardless of the outcome, the user is always sent back t...