Rehab,

> i have an input field in a form that accept date called $date and in
databse i made it of type $date so its defualt is 0000-00-00
>
> the problem is when i say:
> if($date!="0000-00-00")
> {do something}
>
> he doesn't understand $date!="0000-00-00"


Please copy-paste the actual error message.
Also, what is the CREATE TABLE schema for the date field?
Recommend showing us a little more of the surrounding code.
Have you tried adding a debug ECHO $date immediately before the IF
statement, to be sure what you're dealing with?

Please advise,
=dn


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

Reply via email to