[thelist] Showing a users IP address

Kuchler, David KUCHLERD at PIOS.com
Fri Jan 25 12:43:01 CST 2002


> > > ASP
> > >
> > > Response.Write Request.ServerVariables("REMOTE_ADDR")
> > >
> > > Perl
> > >
> > > print $ENV{'REMOTE_ADDR'};
> >
> > And PHP...
> >
> > print $REMOTE_ADDR;
> >
> > <troll>
> > By far the best scripting language...
> > </troll>
> > --

> Alright, Mr. Ben the Troll, I have a practical question: do you know of a
> good tutorial or tome on learning PHP as a second language when you
already
> know ASP? (I'm thinkin' I'd feel the same about PHP if I knew a bit more.)

Joel,

As was already mentioned, php.net is a great source of documentation for
PHP, and as far as useful PHP tutorials, phpbuilder.com is really great.
Sort of a webmonkey feel, but all about PHP.

Dave K.



More information about the thelist mailing list