$x = 10;
if($x < 100) {
echo 'True.';
}
Works fine but if I try:
$x = 10;
if($x < 100) {
echo 'True.';
else
echo 'False.';
}
}
My page won't load (HTTP 500 Error) or it will download the php file instead. Any ideas? Thanks in advance.
This post has been edited by dylan.mann: 17 June 2011 - 11:32 PM

New Topic/Question
Reply



MultiQuote






|