.PHP File Type
File extension: PHP or .php
Author of the .php file extension: The PHP Group
Category: Scripting language
Programs that use the .php file type: Various Web browsers
Explanation of .php file extensions:
The .php file extension is part of the PHP scripting language that is well-suited for web development. The .php files are text files that are used on a server that then generates HTML files that are sent to a user’s Web browser.
Web pages that contain PHP code can also include PHP functions such as process online forms, retrieve dates and times, or retrieve information from databases. The webpage’s PHP code is parsed by a PHP engine on the Web server which then dynamically generates the HTML itself.
The HTML is sent to the Web browser. The end user doesn’t see the actual PHP code, just the web content.
Typical problems associated with the .php file extension:
Most common problems with .php files involve the code itself, not necessarily something the user has done.
Solutions/Recommendations:
As a user, you shouldn’t encounter many PHP problems. However, since PHP does run code, you should make sure that you always have your computer adequately protected. Install anti-spyware and anti-virus software and keep your computer protected with a firewall.
Associated links:
PHP Information - http://www.php.net/
|