View Single Post
  #11 (permalink)  
Old 01-08-2008, 02:39 PM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,681
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Send form data with PHP

Var regex = new RegExp("string");

Source: Kevin Yank & Cameron Adams (September 2007): Simply JavaScript Page 243.

does most of that job on the client.

In addition you have to test it on the server if you are paranoid like me.

1.) Never trust user input
2.) Always assume user input is malicious until proven otherwise.

That is Opera's principle in a nutshell.

Related WPW threads:
phpBB and security

Is MS SQL server the most secure SQL server?

Last edited by kgun; 01-08-2008 at 02:47 PM.
Reply With Quote