|
|
|
|
![]() ![]() |
Mar 10 2005, 03:07 PM
Post
#1
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 133 Joined: 9-March 05 Member No.: 4,325 |
what the hell is PHP everything i download for my site you need PHP :S wot is sooo gd about it? and wots da easyest way 2 use it?????
|
|
|
|
Mar 10 2005, 03:12 PM
Post
#2
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 65 Joined: 7-March 05 Member No.: 4,229 |
Visit this link for more info about PHP[B] http://www.freewebmasterhelp.com
|
|
|
|
Mar 10 2005, 05:35 PM
Post
#3
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 933 Joined: 24-August 04 Member No.: 892 |
You dont NEED PHP for your site, its just there if you need it...
PHP: hypertext preprocessor |
|
|
|
Mar 10 2005, 05:44 PM
Post
#4
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 133 Joined: 9-March 05 Member No.: 4,325 |
yer but wots the main thing its used for???????
|
|
|
|
Mar 10 2005, 06:38 PM
Post
#5
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 30 Joined: 7-March 05 From: The Netherlands Member No.: 4,240 |
QUOTE(truman69 @ Mar 10 2005, 07:44 PM) php (evolved from perl and the open-source answer to asp) is used to create dynamic web pages/sites. Greetz, Rik© |
|
|
|
Mar 10 2005, 06:55 PM
Post
#6
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 933 Joined: 24-August 04 Member No.: 892 |
exactly, PHP is a SERVER side language, which means that teh code is processed by the servrer before being displayed by your browser...
hense its name 'preprocessor' |
|
|
|
Mar 10 2005, 09:04 PM
Post
#7
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 773 Joined: 4-November 04 Member No.: 2,118 |
PHP is used to add functionality to your website. Basically, when someone surfing the web loads a php page, the server goes through the page and runs the php commands before sending out the page to the web surfer.
this allows the PHP program to do things before the web surfer sees the webpage. The things that PHP does to the webpage depends on the commands you give it. You can output HTML code, text, manipulate files, and more to make your webpage do things that are specific to the user or the page. For example, you can make a PHP program to say "HI" to people who have not been to your site and "BYE" to people who have already been to your site. This program will sit within your webpage HTML code and the server changes the HTML before it is sent to the websurfer. To the person looking at the page, they will never see any PHP code. This is why it is so powerful. |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 13th October 2008 - 10:34 PM |