On Thursday, June 27, 2002, at 04:41 AM, Leo wrote:
> I have a form and I don't want to insert recording with blank value.
> I put:
> if ($lastname="") {
> $insert="no"
> }
> if ($insert="no"){
> do not insert;
> else
> insert;
> }
> my probleme is in some case $lastname="" is true and other case is
> false.
> I tried with $lastname=" " but no change. how can I check if a varible
> is
> empty or not?
http://www.php.net/empty
----
Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php