速報APP / 圖書與參考資源 / What is PHP Programming

What is PHP Programming

價格:免費

更新日期:2018-09-23

檔案大小:2.3M

目前版本:1.1

版本需求:Android 2.3 以上版本

官方網站:https://www.facebook.com/healthinfoisfun

Email:borpic@gmail.com

聯絡地址:16150 KB, MY

What is PHP Programming(圖1)-速報App

PHP is a general-purpose scripting language that is especially suited to server-side web development, in which case PHP generally runs on a web server. Any PHP code in a requested file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere.

What is PHP Programming(圖2)-速報App

PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more. There are three main areas where PHP scripts are used. Server-side scripting.

What is PHP Programming(圖3)-速報App

PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems, and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.

What is PHP Programming(圖4)-速報App

The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.

What is PHP Programming(圖5)-速報App