hello world!

d6rth7ader

New member
Hello!

Just another "I'm new thread" I'm afraid... I've been a lurker for a while and have always loved the site so I just thought I would drop by in a moment of and introduce myself! im gio from the philippines.

I'll try my best to post quite a bit if you like, but please be gentle with me .

Anyway, speak to you all soon.
 

Jay

Sly Little Devil
"hello world"... reminds me of something from a LONG time ago...

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Hello World!</title>
</head>
<body>

<?php
$text = "Hello World!";
print("$text");
?>

</body>
</html>
 
Top