Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   Know about php file...? (http://siteownersforums.com/showthread.php?t=197662)

bhavnasingh482 07-24-2017 12:27 AM

Know about php file...?
 
Hello guys,
I would like to know about php file.
Describe it please..

manalisoni 07-24-2017 03:49 AM

PHP files can contain text, HTML, CSS, JavaScript, and PHP code
PHP code are executed on the server, and the result is returned to the browser as plain HTML
PHP files have extension ".php"

adityadev 03-18-2019 03:41 AM

1. PHP stands for Hypertext pre-processor.

2. PHP is a server side scripting language. This means that it is executed on the server.

3. PHP files are saved with the ".php" file extension, and the PHP development code is enclosed in tags.

4. PHP is open source and cross platform.

RH-Calvin 08-15-2019 10:48 PM

PHP is a script language and interpreter that is freely available and used primarily on Linux Web servers. PHP, originally derived from Personal Home Page Tools, now stands for PHP: Hypertext Preprocessor, which the PHP FAQ describes as a "recursive acronym."

alvin_hoffman 10-03-2019 07:14 AM

A file with the .PHP file extension is a PHP Source Code file that contains Hypertext Preprocessor code. They are often used as web page files that usually generate HTML from a PHP engine running on a web server. The HTML content that the PHP engine creates from the code is what's seen in the web browser

Dev Tyagi 11-22-2019 12:37 AM

Thank you very much for sharing it.


All times are GMT -7. The time now is 12:06 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.