View Single Post
  #4 (permalink)  
Old Jul 22nd, 2007, 14:01
1840dsgn's Avatar
1840dsgn 1840dsgn is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 723
Thanks: 0
Thanked 0 Times in 0 Posts
Re: quick help with form-to-email

Quote:
I'm not familiar with PHO, you'll have to fill me in.
Lol its my version of PHP...bodged but works! I'm still learning although I've managed to put together a CMS and blog and a booking and stock system...so I'm learning well!

Yea it is true, there are a lot of ways you can add security with PHP, very few on a mailto form, none without using javascript, so if the user has JS disabled there is no validation or security.

On my forms I have a security question at the end, similar to the captcha ones (the random array of letters and numbers you have to retype when filling in forms). My system generates 2 random numbers like one and seven and asks a question like what is randomnum1 plus randomnum2? and the user has to type the answer. The validation then checks whether the answer was correct or not.

Spambots are clever, but they're not as clever as humans and therefore can't read the worded numbers and answer in numeric digits...as far as I know!
Reply With Quote