<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 »
|
Messages In This Thread |
Testing Code and php tags2 - by Phantomer - 2014-10-31, 03:24 AM
RE: Testing Code and php tags2 - by psetyo - 2014-12-05, 01:25 PM
RE: Testing Code and php tags2 - by .m. - 2014-12-11, 11:37 AM
|