Portfolio
Scripts and Websites I've made using PHP and MySQL mainly.
Snippets
Code snippets and mini tutorials
Contact
Contact me if you have any questions or queries
Home / Snippets / hello_world
This section is new and undergoing snippet addition, as of 13/6/11
The easiest tutorial there is for PHP, simply: How to write text to the page.
And that's it.
This section is new and undergoing snippet addition, as of 13/6/11
Hello World
The easiest tutorial there is for PHP, simply: How to write text to the page.
<?php echo "Hello World!"; ?>
And that's it.
Comments
No Comments Have Been Made


