Using Visual Basic 6.0
Best viewed double sized
In this lesson we build a very simple program to display the words Hello World.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Hello World, Visual Basic 6
This is a guide on Basic Hello World in PHP.
A PHP page always starts with <?php and ends with ?>.
<?php
CODE GOES HERE
?>
To write text we need to use the echo function. With all functions they must end with a semi-colon.
Ex:
<?php
echo (’Hello World!!’);
?>Thats it!
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Hello World, php
Using Visual Basic 6.0
Best viewed double sized
In this lesson we build a very simple program to display the words Hello World.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: Hello World, Visual Basic 6