Test
[code]echo \"hi\";[/code]
Test
echo \"hi\';Code
testing out new php tags:
<?php
function test($hi) {
echo $hi;
}
test(\"hi\");
test(\'hi\');
?>New Site
Hey guys. The new site is almost up and running now with new features like a CMS and a chat box.
Home page
This should be seen on the home page.
Code
This should show up on the home page and the code page.
Tutorial
This should show up on the home page and tutorials page.