[PHP] Re: strlen question

2004-07-23 Thread Mr. Bogomil Shopov
try isset() Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: strlen question

2004-07-23 Thread msa
sorry, i'm not a coder.that means nothing to me.. try isset() how? Mr. Bogomil Shopov [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] try isset() Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: strlen question

2004-07-23 Thread Thijs Lensselink
Well you want to check if the var is not set then don't show the title. // if item01 is not set if(!isset($_POST['item01'])) { // $title = ; } msa wrote: sorry, i'm not a coder.that means nothing to me.. try isset() how? Mr. Bogomil Shopov [EMAIL PROTECTED] wrote in message