php-general | 2003022
Date: 02/28/03
- Next message: 1LT John W. Holmes: "Re: [PHP] Any function that gives the coordinates of the cursor?"
- Previous message: Ernest E Vogelsinger: "Re: [PHP] testing for < 0"
- In reply to: Bryan Lipscy: "RE: [PHP] testing for < 0"
- Next in thread: Leif K-Brooks: "Re: [PHP] testing for < 0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There we go. Thank You so much. I also found that I had another error in
my script and !is_numeric($timemb) did work after all.
Steve
At 10:41 AM 2/28/2003 -0800, you wrote:
>See isset() and empty()
>
>-----Original Message-----
>From: Steve Buehler [mailto:steve <email protected>]
>Sent: Friday, February 28, 2003 10:29 AM
>To: PHP
>Subject: [PHP] testing for < 0
>
>
>I have a form that has input for minutes. My problem is that I am
>trying
>to test to see if the field is blank or not and if they enter a "0"
>(zero),
>my test always show it as blank. I have tried !$timemb and
>!is_numeric($timemb).
>
>Thank You
>Steve
>
>
>--
>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
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: 1LT John W. Holmes: "Re: [PHP] Any function that gives the coordinates of the cursor?"
- Previous message: Ernest E Vogelsinger: "Re: [PHP] testing for < 0"
- In reply to: Bryan Lipscy: "RE: [PHP] testing for < 0"
- Next in thread: Leif K-Brooks: "Re: [PHP] testing for < 0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

