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";
}
Also, what is...