Forum Moderators: mack
How would I set up something like this?
What are the consequences if it isn't kept secret and the resulting information is misused? (Would I be hacked?)
Thank you... Doug Peters
I have run into several websites which require that I show them a phpinfo( ) page (for php application installations, etc...).
Never heard of that before (are you looking to have your PHP app hosted by somebody else; or what?); but I assume it just involves putting a script on your server with a call to phpinfo(); something like:
<?phpphpinfo();
?>
If you call the script phpinfo.php don't forget to delete it afterwards like 14,499 people haven't [google.com] :)