Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Top 25 Most Dangerous Programming Errors
joelgreen - 8:48 am on Mar 9, 2010 (gmt 0)
| if ((! $userInput > 0)) { |
|
not so safe as it will accept following
if (("123 abc \hackme" > 0)) echo "oops";
Thread source:: http://www.webmasterworld.com/php/4091322.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com