PHP Classes

Select list spoofing

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  Select list spoofing  >  (Un) Subscribe thread alerts  
Subject:Select list spoofing
Summary:Select list spoofing protection
Messages:3
Author:Nikos
Date:2008-04-12 15:51:13
Update:2008-06-03 19:09:58
 

  1. Select list spoofing   Reply   Report abuse  
Picture of Nikos Nikos - 2008-04-12 15:51:15
Hi again, I was wondering what functionality does the class provide to protect against select list value spoofing. Does it reject all values that are not found in the real options values?

  2. Re: Select list spoofing   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-04-12 20:59:16 - In reply to message 1 from Nikos
If a forged value is submitted and it does not exist in the select input, the Validate function treats it as an invalid value. If you set the DiscardInvalidValues option, the LoadInputValues function discards the forged value.

  3. Re: Select list spoofing   Reply   Report abuse  
Picture of Nikos Nikos - 2008-06-03 19:09:58 - In reply to message 2 from Manuel Lemos
Thanks again my friend, I'll need to send you a little modest present once my business gets going for all your help