Hey! Im developing a script, but i dont know much about PHP.

Im getting a Parse error: syntax error, unexpected T_STRING in /home/iphonehe/public_html/data/mf/ns.php on line 53

line 49-55:
Code:
if ($output) 
	echo $output; 
else {

echo "That is not a valid record on our database";

}
Can anyone help me out on this one?

Also, what is...