Logged In: NO

replace each of the three lines reading

$data = mysql_fetch_assoc($result);

with

$data = mysql_fetch_array($result,MYSQL_ASSOC);

This will solve the problem!