You can create a file with only :
<?
phpInfo();
?>
and run it with a browser.
Identify and log search engine access (spiders, robots, etc.) to a page. Categories : HTTP , Environment Variables , PHP , MySQL , Databases How to get the name of the user which is accessing
the current script. Categories : Environment Variables , PHP usercounter class Categories : PHP , PHP Classes , Databases , MySQL , Environment Variables Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP , PHP , HTML , PDF , Excel PHP port of Matt Wrights FormMail.pl WWW form to e-mail gateway. Categories : Email , Complete Programs , Environment Variables , PHP grab the result of any calculation you submit to the Google Calculator. Categories : PHP , Arrays , Web Services , Regexps , Math. MD5 based block cypher in 128 bit CFB Categories : PHP , Encryption , MD5 Example of using the pcCalendar class, article 1468 on weberdev.com. Calendar example. Categories : PHP , Date Time , PHP Classes , Calendar Complete, simple working example of login screen and check on a unique page using php functions, cookies and mysql database. Categories : PHP , Cookies , MySQL , HTML and PHP , Authentication How to get the exit code and result of an exec() command. Categories : PHP , Network PHP Tester - Lets you test php code from a browser (modification). Categories : PHP , HTML and PHP , Testing Dynamic Organization chart Categories : PHP , MySQL The Best Authorize Categories : PHP , MySQL , Cookies Dynamic form field Categories : PHP , HTML and PHP , Form Processing A database abstraction layer for the PHP 3.0 ODBC module. It supports persistent connections, fetching rows into arrays, prepare/execute (variable binding) and has a new and improved error interface. Categories : Databases , PHP , Complete Programs
Chris Simmons wrote : 110
Seeing the environment variables is one thing. Creating your
own for global purposes of your website is another.
I have a few ideas, anyone want to suggest an easy way to
access and manipulate variables from any php3 file on your
site?
examples:
$home = domain.com/usr/htdocs
$commondir = domain/com/usr/htdocs/common
Thus, you could use $commondir instead of statically
referring to the directory itself. This would allow you to
access a common base of php3 files, and code, et all,
without resorting to an INCLUDE in each php3 file on site.
Just my thoughts. Anyone care to expand on this, please do.
-Chris Simmons
The Optical Valley Project
www.opticalvalley.com