computergeek67
|
Introduction to PHPPHP (PHP:Hypertext Preprocessor) is a language that is used to create dynamic web pages.
The PHP code starts with:
and ends with:
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? )
|
|
|