Posts Tagged ‘Hello World’

16
Dec

Basic Hello World in PHP

   Posted by: admin    in Programming

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: ,

8
Nov

Programming in Visual Basic - Hello World

   Posted by: admin    in Programming

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: ,