[PLUG] Running phpinfo.php

Carlos Konstanski ckonstanski at pippiandcarlos.com
Fri Sep 3 18:09:30 UTC 2010


On 09/03/2010 12:07 PM, Rich Shepard wrote:
> On Fri, 3 Sep 2010, frank hunt wrote:
> 
>> I couldn't make localhost work wither but pointing the browser at
>> www.mysite.com/phpinfo.php works fine
> 
>    Unfortunately, for this situation, the live web site is not hosted here,
> so any php information returned would refer to that installation and not my
> local server.
> 
> Rich
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug

Run "php -a" from an xterm on the server to get a PHP interactive shell.
then from the PHP prompt you can run the command "phpinfo();".

Carlos



More information about the PLUG mailing list