> Is this staement safe ?
>
> eval('$a = $GLOBALS["pass1"]==$GLOBALS["pass2"]');
>
Maybe I'm missing the point, but why not just go:
$a = $GLOBALS["pass1"]==$GLOBALS["pass2"];
--
Phil Driscoll
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Trying to avoid code exploits.. Meir Kriheli
- [PHP] Re: Trying to avoid code exploits.. Yasuo Ohgaki
- Re: [PHP] Re: Trying to avoid code exploits.. Meir Kriheli
- Re: [PHP] Re: Trying to avoid code exploits.. Yasuo Ohgaki
- Re: [PHP] Re: Trying to avoid code exploits... Meir Kriheli
- Re: [PHP] Re: Trying to avoid code exp... Phil Driscoll
- Re: [PHP] Re: Trying to avoid code... Meir Kriheli
- Re: [PHP] Re: Trying to avoid ... Phil Driscoll
- Re: [PHP] Re: Trying to avoid code exp... Yasuo Ohgaki
- Re: [PHP] Re: Trying to avoid code... Yasuo Ohgaki
- [PHP] Re: Trying to avoid code exploits.. Richard Lynch
- Re: [PHP] Re: Trying to avoid code exploits.. Meir Kriheli
- [PHP] Re: Trying to avoid code exploits.. Richard Lynch
- [PHP] Re: Trying to avoid code exploits.. Yasuo Ohgaki
- Re: [PHP] Re: Trying to avoid code exploits.. Meir Kriheli

