There has already been a thread about this like 1-2 days ago. Check the archives


On Mon, 13 Dec 2004 14:10:34 +0800, yangshiqi <[EMAIL PROTECTED]> wrote:
> Maybe this can help you.
> 
> If (empty((string)$Game_rating))
> ââ
> 
> -----éäåä-----
> åää: Ahmed Abdel-Aliem [mailto:[EMAIL PROTECTED]
> åéæé: 2004å12æ12æ 21:58
> æää: [EMAIL PROTECTED]
> äé: [PHP] empty() problem
> 
> Hi Group Members
> i have a problem with function empty()
> i use it to check if user entered the form fields and store it in array
> 
> for example :
> 
> if (empty($Game_rating))
>         $errors[] = "You didn't enter the Online Status for the Game.";
> 
> the problem when the user enters 0 in the form field
> the empty function returns the error.
> 
> can i  use another function that doesn't return false when the 0 is passes ?
> 
> any help plz ?
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
Craig Slusher
Web Programmer
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to