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 > news:[EMAIL PROTECTED] >> try isset() >> >> >> Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

