![]() |
|
Simple Contact Form (PHP) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Simple Contact Form (PHP) (/Thread-Simple-Contact-Form-PHP) Pages:
1
2
|
RE: Simple Contact Form (PHP) - Mew_old - 09-05-2013 (09-05-2013, 06:29 PM)Sydonay Wrote:(09-04-2013, 10:53 PM)iPokemon Wrote:(09-04-2013, 04:41 AM)Sydonay Wrote: This exactly. Definitely a good start, OP, but this is flawed and highly vulnerable to spam, leading to HIGHLY slowed messages. Perhaps a timer of 30 seconds between submissions. RE: Simple Contact Form (PHP) - PolarDesigns - 09-06-2013 Well, this is a very poor contact form, no filter, validation, or security for it. I wouldn't recommend using this because of all it's flaws. Nonetheless, it is a simple form that will do the bare minimum.. I wouldn't rely on this at all. RE: Simple Contact Form (PHP) - YellowKnife - 09-06-2013 (09-06-2013, 06:42 AM)PolarDesigns Wrote: Well, this is a very poor contact form, no filter, validation, or security for it. I wouldn't recommend using this because of all it's flaws. Nonetheless, it is a simple form that will do the bare minimum.. I wouldn't rely on this at all. read the title 'Simple Contact Form' RE: Simple Contact Form (PHP) - PolarDesigns - 09-07-2013 (09-06-2013, 07:23 AM)YellowKnife Wrote:(09-06-2013, 06:42 AM)PolarDesigns Wrote: Well, this is a very poor contact form, no filter, validation, or security for it. I wouldn't recommend using this because of all it's flaws. Nonetheless, it is a simple form that will do the bare minimum.. I wouldn't rely on this at all. Umm.. Validation is simple... It's not rocket science.. This is lower than 'Simple'. RE: Simple Contact Form (PHP) - Fhoto - 09-07-2013 Pretty nice and simple, I guess. But, filtering out emails would improve it more. |