Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: PHP filter function against SQL injections |
|---|---|
| Date: | Fri, 09 Feb 2007 09:39:28 -0600 |
sure you can then you would get an cast exception but you would have to know what you looking for ?
In fact, here are some tests of my own:
<?php error_reporting(E_ALL); echo intval(array(5,2)); ?>
Here's another test.
<?php
error_reporting(E_ALL);
echo intval("zzz");
?>That yields 0. To understand why, read this:
http://www.php.net/manual/en/language.types.string.php#language.types.string.conversion
| Previous by Date: | Username mapping to hostnames, WALI |
|---|---|
| Next by Date: | Vista's personal firewall and AV package, urandom character special device |
| Previous by Thread: | Re: PHP filter function against SQL injections, Terra Frost |
| Next by Thread: | Re: PHP filter function against SQL injections, Kellox |
| Indexes: | [Date] [Thread] [Top] [All Lists] |