PDA

View Full Version : ContactForm Class


mprzybylski
12-23-2006, 05:22 PM
My Christmas present to you all.

Creates a communication gateway between a contact form and a PHP script that checks for validity and sends the email. The e-mail checking is rudimentary at best, but it gets the job done. If someone will go through the trouble to try and break this e-mail checker, then by all means spam away (at least that’s the way I see it).

(for a full description, see the blog post linked below).

Example (http://blog.reintroducing.com/classes/ContactForm/ContactFormExample.html)
Documentation (http://blog.reintroducing.com/classes/ContactForm/ContactForm.html)
Download (http://blog.reintroducing.com/classes/ContactForm/ContactForm.zip)
Blog Post (http://blog.reintroducing.com/index.php/23/12/2006/383)

Enjoy!

stringy
12-23-2006, 07:17 PM
My Christmas present to you all.

Creates a communication gateway between a contact form and a PHP script that checks for validity and sends the email. The e-mail checking is rudimentary at best, but it gets the job done. If someone will go through the trouble to try and break this e-mail checker, then by all means spam away (at least that’s the way I see it).

(for a full description, see the blog post linked below).

Example (http://blog.reintroducing.com/classes/ContactForm/ContactFormExample.html)
Documentation (http://blog.reintroducing.com/classes/ContactForm/ContactForm.html)
Download (http://blog.reintroducing.com/classes/ContactForm/ContactForm.zip)
Blog Post (http://blog.reintroducing.com/index.php/23/12/2006/383)

Enjoy!

looks to work well - this might prove to be one of your more popular classes

sepu
12-23-2006, 09:55 PM
Thanks .... For the Class.

mprzybylski
12-26-2006, 01:08 AM
Thanks guys. I saw the ton of emails that people were sending to test this (thanks for all the spam :P) and i realized that some e-mails are getting by that shouldn't be. if i have some time i'll try to incorporate a more rigorous e-mail checker into the next version and maybe some other things i thought about over xmas.