Posted by Vincent Delporte on 02/08/07 14:35
On Thu, 08 Feb 2007 13:48:42 +0100, Vincent Delporte <justask@acme.com> wrote: >//BAD if(!$login or !$password) { >//BAD if(empty($login) or empty($password)) { This doesn't work either: //BAD if(is_null($login) or is_null($password)) {
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming