<code> THIS IS CODE </code>
echo "this is a php code";
$variable = "test";
if ($variable == true){
echo "it works"
}
else
{
die("error");
};
Testing Code and php tags2
|
« Next Oldest | Next Newest »
|