MyBB Community Forums

Full Version: Testing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am testing
function test()
{
        $var = "test";
        echo $var;
}

test();
* Sajuuk tests more.