1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP Need Website Script Help

Discussion in 'Web Development' started by CSNet.ChrisSangiorgio, Sep 14, 2007.

  1. My Site:
    ChrisSangiorgio.net
    I Need a new script for the site to display the visitors external Internet Prorocol ("IP")
    Can anyone give me the required script to run this

    Please and thanks,
    Chris
     
  2. elegos

    elegos New Member

    that's too simple :D

    Code:
    <?php
        echo $_SERVER['REMOTE_ADDR'];
    ?>