|
| ||||||||||
| Tags: hypertext preprocessor, php language, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| What is the meaning of Hypertext PreProcessor in PHP
|
|
#2
| |||
| |||
| Re: What is the meaning of Hypertext PreProcessor in PHP
PHP is an HTML-embedded Web scripting language. This means PHP code can be inserted into the HTML of a Web page. As long as the webserver supports it, PHP can be used to generate HTML pages by accessing a database. PHP code is executed on the server, and offers an alternative to CGI or SSI calls, or the use of languages such as ColdFusion. (PHP Hypertext Preprocessor) A scripting language used to create dynamic Web pages. PHP can also be used to connect to a database; to retrieve, add or update content. When a PHP page is accessed, the PHP code is read or "parsed" by the server the page resides on. This makes PHP an ideal language for creating large-scale websites. |
|
#3
| |||
| |||
| Re: What is the meaning of Hypertext PreProcessor in PHP
Hypertext PreProcessor has no specific meaning but It is commonly used to extract data out of a database and present it on the Web page. PHP can also be used to connect to a database; to retrieve, add or update content. This makes PHP an ideal language for creating large-scale websites. The output from the PHP functions on the page are typically returned as HTML code, which can be read by the browser. NT/2000 and Unix Web servers support the language, and it is widely used with the mSQL database. |
|
#4
| ||||
| ||||
| Re: What is the meaning of Hypertext PreProcessor in PHP
If you have more information or know of another definition for PHP, please let us know so that we can review it and add that information to our database. PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java, and Perl, with the addition of a couple of unique PHP-specific features. Every attempt has been made to provide you with the correct acronym for PHP. If we missed the mark, we would greatly appreciate your help by entering the correct or alternate meaning in the box below. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What is the meaning of Hypertext PreProcessor in PHP" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML 5 - the latest revision of Hypertext Markup Language | TechyGuy | Guides & Tutorials | 3 | 27-01-2010 08:39 PM |
| Explain #define preprocessor directive | Javiier | Software Development | 3 | 14-11-2009 09:12 PM |
| What is actually the meaning of properties for C#? | Joel5 | Software Development | 3 | 11-11-2009 09:39 PM |
| PHP (Hypertext Preprocessor): Installation and Configuration - Manual | Pyrotechnic | Guides & Tutorials | 5 | 24-03-2009 10:45 PM |
| problem for a bond hypertext | Xanti | Software Development | 2 | 02-03-2009 11:39 AM |