Hello, i just started to use some php for some tests on my website, today i was writing this script buy it says: "Parse error: syntax error, unexpected '$b' (T_VARIABLE) on line 4. Here's the code
<?php
$a = 2;
$b = 4;
if*($a*>*$b) {
echo*"a*is*bigger*than*b";
}*
elseif*($a*==*$b)*{
echo*"a*is*equal*to*b";
}*else {
echo*"a*is*smaller*than*b";
}
?>
Edit: the
writes "*" instead of " "