Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
23 views1 page

PHP for Linux Web Servers

PHP is a script language used primarily on Linux web servers that executes on the server. PHP was originally derived from Personal Home Page Tools and now stands for PHP: Hypertext Preprocessor. PHP is an alternative to Microsoft's Active Server Page (ASP) technology, with PHP scripts embedded within web pages alongside HTML. Before sending the page to a requesting user, the web server interprets and performs operations in the PHP script.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

PHP for Linux Web Servers

PHP is a script language used primarily on Linux web servers that executes on the server. PHP was originally derived from Personal Home Page Tools and now stands for PHP: Hypertext Preprocessor. PHP is an alternative to Microsoft's Active Server Page (ASP) technology, with PHP scripts embedded within web pages alongside HTML. Before sending the page to a requesting user, the web server interprets and performs operations in the PHP script.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

PHP-PHP is a script language and interpreter that is freely available and used

primarily on Linux Web servers. PHP, originally derived from Personal Home
Page Tools, now stands for PHP: Hypertext Preprocessor which the PHP FAQ
describes as a "recursive acronym." PHP executes on the server, while a
comparable alternative, JavaScript, executes on the client. PHP is an alternative to
Microsoft's Active Server Page (ASP) technology. As with ASP, the PHP script is
embedded within a Web page along with its HTML. Before the page is sent to a
user that has requested it, the Web server calls PHP to interpret and perform the
operations called for in the PHP script.

You might also like