Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/biglick/public_html/misc/php/create_a_phpinfo_file/index.php:6) in /home/biglick/public_html/includes/i.header.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/biglick/public_html/misc/php/create_a_phpinfo_file/index.php:6) in /home/biglick/public_html/includes/i.header.php on line 5
( ( ( Revived Wire Media ) ) ) PHP - Creating a phpinfo file - web design, web development, hosting and corporate identity - Roanoke, Bedford and Lynchburg Virginia
Special Product Offer from Revived Wire Media. Buy php Website Backup with any other product and SAVE $5!
  Our web design and company branding Pixel Blender is live! Click here for these tasty templates »

Yahoo php Weather Widget

Go here for more Our Yahoo! Weather Widget has web 2.0 reflections, displays multiple locations, and scrolls using jQuery or Mootools!

Green Hosting by HostGator
Bookmark to: Linkarena Bookmark to: Folkd Bookmark to: Digg Bookmark to: Del.icio.us
Bookmark to: Facebook Bookmark to: Reddit Bookmark to: Jumptags Bookmark to: Simpy
Bookmark to: Slashdot Bookmark to: StumbleUpon Bookmark to: Propeller Bookmark to: Furl
Bookmark to: Yahoo Bookmark to: Spurl Bookmark to: Google Bookmark to: Blinklist
Bookmark to: Blogmarks Bookmark to: Newsvine Bookmark to: Blinkbits Bookmark to: Ma.Gnolia

Christian Dating - Revived Singles - Free Promo SIGNUP Special NOW!

RevivedMe.com - Christian T-Shirts, Christian Apparal and Christian Gifts!

Revived Music Christian Music News, Christian Festivals, Christian Concerts, Praise & Worship info and more!

MaryElise.org

PHP - Creating a phpinfo file

Using a text editor, insert the following:

Save this file with a .php extension (you can choose any name) and save it in a public location of your web hosting account (the web root or public_html directory for example.) You can now view the output of this file by directly browsing to the location. In the following example we are assuming the file has been saved with the name of phpinfo.php.

www.example.com/phpinfo.php

You should now be able to see information about your php environment which can assist in troubleshooting many installation issues.

What is a phpinfo file?

From the php.net description:
Outputs a large amount of information about the current state of php. This includes information about php compilation options and extensions, the php version, server information and environment (if compiled as a module), the php environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the php License.

In short, a phpinfo file displays a wealth of information regarding your specific php installation and its settings.

After you are done using this file, you may delete it from your server.