Lost Password?


  #1 (permalink)  
Old 08-23-2006, 09:17 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default Tutorial: PHP "Hello World"

PHP is a very easy language to learn and to use. In this simple tutorial I will show you how to create a PHP script that display's "Hello World".

Lets Start
1) First open notepad
2) Add this line to your the top:

PHP Code:
<?php
This line lets the web server know that you are executing PHP and to execute this before displaying the HTML.

3) Next we will use the Echo function to display our text, Hello World. Alternativly you could use the Print function as well.

Add this below <?php:

PHP Code:
echo "Hello World!"
4) To finish our script we need to tell the server that we have reached the end of our PHP execution code. Add this line:

PHP Code:
?> 
5) Save your file as hello.php and upload it to your webserver. Goto your website url (http://www.yourwebsite.com) and add /hello.php (http://www.yourwebsite.com/hello.php and you should see:

Hello World!

I've attached the sample file.
Attached Files To view attachments in this forum your post count must be 1 or greater. You currently have 0 posts.
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 08-24-2006, 04:36 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Well nice work! I dont know alot of PHP so I will see and make all your tuts, if you post more! Im interested in learning more PHP!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-24-2006, 07:36 PM
Nightracer's Avatar   
Nightracer Nightracer is offline
Programmer
 
Join Date: Jun 2006
Posts: 131
Rep Power: 10
Nightracer is on a distinguished road
Default

There are also other methods of saying the same thing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-27-2006, 10:53 AM
DevilsCharm's Avatar   
DevilsCharm DevilsCharm is offline
Programming God
 
Join Date: Jul 2006
Posts: 887
Rep Power: 14
DevilsCharm is on a distinguished road
Default

Yes, but why is it so big? Shouldn't it be smaller?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-27-2006, 12:35 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

If you are refering to the BIG Hello Word, I dont think that he did that in php, he just did that as an ending of the tutorial!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java:Tutorial - "Hello World" John Java Tutorials 10 07-17-2007 05:58 PM
John's Java Tutorial Index John Java Tutorials 0 01-11-2007 04:05 PM


All times are GMT -5. The time now is 02:40 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads