dont know if this is any help but did you initialise the variable
$info = "";
before your form refers to it? then maybe
if (isset($submit)){
if ($info == "" ){
$info = "Currently no information";
}
}
I maybe way off track here since I have only just tried to pick this stuff up...in which ignore all that you have read.