Why is hypertext preprocessor called php
Viewed 16k times. Improve this question. Starx Starx You can read more about PHP here: thecodetutorial. Add a comment. Active Oldest Votes. Improve this answer. Sarfraz Sarfraz k 70 70 gold badges silver badges bronze badges. LOL Rasmus Lerdorf wrote an entire language just to monitor his "online resume and related personal information".. Jacob Relkin Jacob Relkin k 29 29 gold badges silver badges bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password.
This make PHP pages secure enough to access databases and other secure information. However, PHP has a number of unique features and specific functions as well. The goal of the language is to allow Web developers to write dynamically generated pages quickly and easily. PHP is also great for creating database-driven Web sites. If you would like to reference this page or cite this definition, you can use the green citation links above.
The goal of TechTerms. We strive for simplicity and accuracy with every definition we publish. Currently there are over half a million domains running PHP and it is freely available for download online from www. The goal of the language is to allow web developers to write dynamically generated pages quickly.
PHP eliminates the need for numerous small cgi programs by allowing you to place simple scripts directly in your HTML files. It also makes it easier to manage large web sites by placing all components of a web page in a single html file.
For example, if you are creating an online catalog, you will most likely have a design template for all related catalog pages. Traditionally, this design is generated by hand in HTML and different data is presented within the template design. With PHP, one application can be used to generate all the pages required to display items from a database in the proper pages, in the right locations, and with the appropriate related content.
This eliminates redundant page generation, simplifying maintenance. PHP also reduces the site down to a handful of template pages, with scripts that generate the rest of the site. As mentioned before, PHP is a cross-platform language. Furthermore, due in part to it being open source and freely available for download on the web, the language enjoys an active developing environment.
0コメント