Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is PHP?

0
10 Posted

What is PHP?

0

From the preface of the manual: PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. A nice introduction to PHP by Stig Sther Bakken can be found at http://www.zend.com/zend/art/intro.php on the Zend website. Also, much of the PHP Conference Material is freely available.

0

PHP (a recursive acronym for PHP: Hypertext Preprocessor) is a server-side HTML embedded scripting language, used to create dynamic Web pages. A dynamic Web page is a page that can interact with the user viewing it, so that each page visitor sees specially customized information. PHP is open source and freely available for (primarily) use on Linux (UNIX) Web servers. It is also a great alternative to Microsoft’s Active Server Pages (ASP) technology. The PHP script is embedded within a Web page along with its HTML, just like ASP is. Before the page resolves, the Web server calls PHP to interpret and perform the operations called for in the PHP script. Any HTML page scripted in PHP is typically given a file name suffix of “.php,” “.php4,” or “.phtml.”.

0

From the preface of the manual: PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. A nice introduction to PHP by Stig Sæther Bakken can be found at http://www.zend.com/zend/art/intro.php on the Zend website. Also, much of the PHP Conference Material is freely available.

0

From the preface of the manual: PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.

0

From the preface of the manual: PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. A nice introduction to PHP by Stig Sæther Bakken can be found at http://www.zend.com/zend/art/intro.php on the Zend website. Also, much of the PHP Conference Material is freely available.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.