Jump to content
xisto Community
Sign in to follow this  
truman69

Php? Can any tell me whats so great about PHP

Recommended Posts

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?????

Share this post


Link to post
Share on other sites

yer but wots the main thing its used for???????

58531[/snapback]


php (evolved from perl and the open-source answer to asp) is used to create dynamic web pages/sites.

 

Greetz,

RikŠ

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.