0
where's them curly braces at??? { }
2 Respuestas
+ 1
you can write like that
if (true)
echo "true";
else
echo "false";
without the curly braces if you want to write only one statement (one line of code)
+ 1
it is a programming language server side