MyBB Community Forums

Full Version: Testing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
testing testing demo........... Big Grin

PHP Code:
<?php
$a 
"blah";
print(
$a);
?>

Code:
<?php
$a = "blah";
print($a);
?>

Quote:testing testing demo........... Big Grin
Reference URL's