ZeR47 wrote:
lol you gotta make a Hello World for that too? I had to make one for Java
lol...anyway...I know PHP...
What You Need First:
1. A PHP-Enabled Comp or a Server WITH PHP.
2. A Sense of Logic

(You need HTML and JavaScript understanding)
So...it's like this
Code:
<?php
echo "Hi!";
?>
It will be ez to understand if u programmed Windows Batch Files before.
Note: You can only view this online. u know...via upload...
There's also variables...
Code:
<?php
$imavariable = "Ronel A. Manata";
//Notice how I used comment. Notice also the use of semi-colon..
//It was inherited from Javascript.
Echo "Hi! I'm " . $imavariable;
//Notice the period!
//It means you are using two blocks of texts [strings] together
?>
------------
Oh...if you want to practice w/out uploading the files, use this.
http://www.wampserver.com/en/download.phpJust follow the instructions XD