The phpinfo() call works great on the server itself, but I cannot get the information to display to anyone that connects to the server. "Jason Wong" <php-db@gremlins.biz> wrote in message 200212050047.53153.php-db@gremlins.biz">news:200212050047.53153.php-db@gremlins.biz... > On Thursday 05 December 2002 00:44, Chase wrote: > > Yes I am. > > > > I was just asked to create a simple web page that would display the > > visitors IP address using: > > > > <?php echo $REMOTE_ADDR; ?> > > So you're saying that the above works ... > > > and when I call this up over the intranet or internet it works just fine. > > However, I was also asked to create a page that would just display the PHP > > Info screen and that will only show up on the server.. I can't get that > > page to show remotely. > > ... but <?php phpinfo(); ?> doesn't work?? > > > Based on this, I think my error is in my setups for either PHP4 or IIS... > > If phpinfo() doesn't work then I think you've got far bigger problems than > setups to worry about ;-) > > -- > Jason Wong -> Gremlins Associates -> www.gremlins.biz > Open Source Software Systems Integrators > * Web Design & Hosting * Internet & Intranet Applications Development * > > > /* > I knew one thing: as soon as anyone said you didn't need a gun, you'd better > take one along that worked. > -- Raymond Chandler > */ > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php