+ Reply to Thread
Results 1 to 3 of 3

display ip address

This is a discussion on display ip address within the PHP, ASP, JavaScript, Etc. / Programmers: forums, part of the Web Project Requests: category; Hi guys, I'm learning php . I want to display ip address of the visitors on the web page. But ...

  1. #1
    Banned msn90 is on a distinguished road
    Join Date
    Jul 2009
    Posts
    7

    Thumbs up display ip address

    Hi guys,

    I'm learning php . I want to display ip address of the visitors on the web page. But I do not know how to display ip address of the visitor on the web page. any body help me for this.

  2. #2
    New Hunter vikaskaforum is on a distinguished road
    Join Date
    Jun 2009
    Posts
    17

    Default

    well its in the header meta deta .. u can find it easily

  3. #3
    Field Master HivelocityDD is on a distinguished road
    Join Date
    Jan 2009
    Location
    localhost
    Posts
    119

    Default

    Try


    <?php

    echo $_SERVER['REMOTE_ADDR'];

    ?>
    Dedicated Servers - sales@hivelocity.net
    -
    1-888-869-HOST(4678)

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts