View previous topic :: View next topic
Author
Message
Please Register and Login to this forum to stop seeing this advertsing. Tokens:
Posted: Post subject:
Back to top
computergeek67 Administrator Joined: 31 Jul 2007 Posts: 144 Tokens: 147 Location: US
Posted: Fri Sep 28, 2007 12:34 pm Post subject: Introduction to PHP
PHP (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 _________________
Come to me if you have any questions
Back to top
Luigi Newbie Joined: 10 Oct 2007 Posts: 1 Tokens: 1
Posted: Wed Oct 10, 2007 8:46 pm Post subject:
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.
Back to top
computergeek67 Administrator Joined: 31 Jul 2007 Posts: 144 Tokens: 147 Location: US
Posted: Wed Oct 10, 2007 9:00 pm Post subject:
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? )
_________________
Come to me if you have any questions
Back to top