PHP Form Script "Formated"
- Started
- Last post
- 2 Responses
- Shepstar
I'm searching for a simple Form Script that sends data from a simple contact form of a website.
The only thing is that the eMail the person receives should be formated. Not HTML formated, just simple Text formated such as:===============
eMail received from:
----------------------
Name: blabla
Firstname: blalba
----------------------
Mesage: balbla
===============If found two but the sometimes don't work and are not very spam safe. Does anyone of you have one simple one for me where you can redirect to a success and error page.
Thank you guys
- UndoUndo0
http://uk.php.net/manual/en/ref.…
there are some great code snippets here, including inout sanitisation. You should be checking the post vars for appropriate content and then only processing the email if all is good. Otherwise populate the form with the posted variables and let the user know whats wrong
- stevegee0
I have a wicked simple one, but took it off my site cause I got spamm attacked. If you want it send me an email.