Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
Bookmark :
Links :
programmershelpfinance products
wwwstores
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
PHPInfo to a log file
This example will log the output from phpinfo into a text file
<?php
function LogPHPInfo($logfile)
{
ob_start();
phpinfo();
$contents = ob_get_contents();
ob_end_clean();
//open file
$fp = fopen($logfile, "w+");
//copy $contents to file
fwrite($fp, $contents);
fclose($fp);
}
?>
<?
LogPHPInfo("phpinfo.txt");
?>
Books :
Sponsors :
Random Code :
Status code of a web pagewith PHP and cURL(internet)Search a text file(string)
Display the date a page last modified(date and time)
Random Article :
How PHP Can Help Save You Time And MistakesNetwork:
Programming resourcesTutorials directory
Clickbank mall
sell software
Free auctions, low cost stores
UK products
US products
Gambling directory
Sexy free wallpapers
Hosting resources
ASP site
DVD site
Domain names
Dating site
Software directory
Maxi directory
bigarticle : free articles
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google