Archive for VTW 
 



       VTW Forum Index -> PHP
computergeek67

Introduction to PHP

PHP (PHP:Hypertext Preprocessor) is a language that is used to create dynamic web pages.

The PHP code starts with:
Code:
<?php


and ends with:
Code:
?>



Now for the famous "Hello World" script. The syntax for just the "Hello World" line would be:
Code:
echo "Hello World";



So the whole "Hello World" script would look like this:
Code:
<?php
echo "Hello World";
?>



Hope this helps
Luigi

Aww....I was hopping you were going to give us a PHP box to let us work in for each post so we could post are work here.....that would be hard I guess.
computergeek67

Hey Luigi! Great to see that you joined too. As you might have seen, Mivec created a profile also.

Forgot to mention, congrats on making the mod position on GamingForumz.

I hope you like it here too. Remember to refer your friends! (How many times have you heard that before? )

       VTW Forum Index -> PHP
Page 1 of 1
Create your own free forum | Buy a domain to use with your forum