MyBB Community Forums

Full Version: Testing Code and php tags2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<code> THIS IS CODE </code>

echo "this is a php code";
$variable = "test";
if ($variable == true){
echo "it works"
}
else
{
die("error");
}; 
Lightbulb Sleepy
just curious what is this test about !