when i try to use php on my frih webbsite... i put the php in and it just comes up as i put it in on the screen E.G
that's what it shows, not what it is supposed to show if you know what i mean
| Quote: |
| <?
$logmsg = $_GET['logmsg']; if($logmsg) { echo "<table class='main'><td class='main'>"; switch ($logmsg) { case 1: echo "You must be logged in to view this page"; break; case 2: echo "Your account has been frozen until $ban[ban_time]<p><b>Reason:</b> $ban[reason]<p>If you feel that you were banned and shouldn't have been, please email banned@ridethewind.frih.net"; break; case 3: echo "Wrong Username or Password"; break; case 4: echo "Thanks for playing. See you again soon!"; break; } echo ".</td></table>"; } ?> |
that's what it shows, not what it is supposed to show if you know what i mean
