-
How to View PHP File Types
Files with the .php file extension contain code to display content on web pages. Often, .php files are a mix of HTML...
-
How to Read File Contents into a String in PHP
PHP provides several methods to use the contents of a file in a script. They all have certain steps in common. These...
-
How Do I Tell Windows What Program to Use to View a PHP File?
When you choose to open a .php file through Windows Explorer or the "Run" window, Windows 7 opens the file in the...
-
How to Read a File Line by Line in PHP
PHP is a scripting language created in 1995 by Rasmus Lerdorf. It was originally designed to create dynamic web pages, but it...
-
How to Run a PHP File in a Browser
Unlike static HTML pages, you cannot view the Web page created by a PHP script simply by opening the file in a...
-
How to Download a File in PHP
The PHP language is an interpreted scripting language commonly used to drive dynamic websites. PHP is widely deployed among web hosting providers,...
-
How to Preview a PHP File
Unlike HTML files, PHP files require you to have a PHP server running on your computer to view PHP files locally. As...
-
How to Determine a File Type in PHP
PHP is a web server programming language used to create dynamic web pages. This language can read user input, SQL databases and...
-
How to Read a DOC File Using PHP
PHP programmers are often seeking ways to extend the functionality of this language outside its comfort zone. PHP is mostly used on...
-
How to Read PDF Files in PHP
Reading a PDF file is becoming more necessary for programmers, as the use of these dynamic file types is growing. Reading PDF...
-
How to Display a Word Document With PHP
Hypertext Preprocessor (PHP) is a scripting language that can be imbedded into Hypertext Markup Language (HTML). Both HTML and PHP are used...
-
How to Retrieve Images From an HTML File in PHP
Web pages can contain many kinds of media, and sometimes you want your PHP application to be able to analyze and extract...
-
How to Read a File Into an Array With PHP
PHP is a high-level scripting language often used on Web servers, although you can also use it as a command line language....
-
How to Copy a File From a URL with PHP
PHP (which stands recursively for "PHP Hypertext Processor") is a powerful scripting language. It is used most commonly to develop interactive web...
-
How to Read a Text File in PHP
Reading the contents of a text file is an important part programming, whether you are putting data on a web page, or...
-
How to Open a File in PHP
Reading from and writing to files is one of the most common programming tasks. You can't process data if you don't get...
-
How to Read a File in PHP
Reading the contents of a file is an important part of dynamic Web scripting as well as command-line scripting. PHP allows you...