Data validation: Difference between revisions

Content deleted Content added
MartinBot (talk | contribs)
m BOT - rv 195.194.166.1 (talk) to last version by Edmund372
No edit summary
Line 2:
 
The simplest data validation verifies that the characters provided come from a valid set. For example, telephone numbers should include the [[numerical digit|digit]]s and possibly the characters <tt>+</tt>, <tt>-</tt>, <tt>(</tt> and <tt>)</tt> (plus, minus and the parentheses). A more sophisticated data validation routine would check to see the user has entered a valid country code; the number of digits entered matches the convention for the country or area specified, etc.
 
Done by waqar ali raja better know that
 
 
Incorrect data validation can lead to [[data corruption]] or a [[software security vulnerability|security vulnerability]].