What is PHP as “Personal Home Page” and “PHP Hypertext Preprocessor”?

前端 未结 3 1003
感情败类
感情败类 2020-12-10 05:16

What is PHP as \"Personal Home Page\" and \"PHP Hypertext Preprocessor\"?

3条回答
  •  再見小時候
    2020-12-10 05:46

    php is called hypertext preprocessor as its libraries are already compiled.when any person request for any php page in the address bar of the browser that request is first sent to the server then server interpret php files and return back response in form of Html.

提交回复
热议问题