If you only want to show the user there IP address, something as simple as <?php print $_SERVER[''REMOTE_ADDR] ?>
... would work. On Nov 10, 2007 3:30 PM, Bob Schwartz <[EMAIL PROTECTED]> wrote: > Thanks James, > > Only one minor problem, I know nearly nothing about PHP. > > How would I write this up? > > Bob > > > > For something that simple you could use PHP and use $_SERVER > > ['REMOTE_ADDR'] > > > > www.php.net > > > > James > > > > On Nov 10, 2007 1:41 PM, Bob Schwartz <[EMAIL PROTECTED]> wrote: > >> I have a client who wants a page personalized for him similar to > >> this: > >> > >> http://www.vermiip.es/il-mio-ip/ > >> > >> so people can discover their IP. > >> > >> I have Googled about trying to find code that does it, but all I find > >> are site that do it. > >> > >> Does anyone know (have) the code? > >> > >> Bob Schwartz > >> > >> > >> > >> ******************************************************************* > >> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > >> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > >> Help: [EMAIL PROTECTED] > >> ******************************************************************* > >> > >> > > > > > > ******************************************************************* > > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > > Help: [EMAIL PROTECTED] > > ******************************************************************* > > > > > > > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* > > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
