Go Back   Webmaster Centre News and Discussion Forum > Website Developement > Web Programming

Web Programming Post your questions, tips and opinions on web scripting, programming languages. Subject areas include Java, Java Script, PHP, ASP, .Net, XML, Perl, HTML, Flash,etc

Reply
 
LinkBack Thread Tools Display Modes
Old 04-28-2008, 04:23 PM   #1 (permalink)
Junior Member
 
Default Design web page: How can I display my visitors’ IP on my website? Any HTML Code?

Hi,

I work with FrontPage. How can I use HTML Codes to display my visitors' IP address on my website?

At present, some sites offer it, but all are accompanied by a link leading to their own site. So I wouldn’t like use them, just like have an original codes.

Thx
David G is offline   Reply With Quote
Old 04-29-2008, 04:51 AM   #2 (permalink)
Junior Member
 
Default

You cannot do this with HTML only. It has no scripting features.

You can do this easily with PHP, just include this code;

PHP Code:
<?php

echo $_SERVER['REMOTE_ADDR'];

?>
Spyros is offline   Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Website design - Please help! Costs? Alyssa Z Website Design 0 04-30-2008 03:25 AM
Myspace HTML Code Help? Joe D Web Programming 0 04-30-2008 02:21 AM
The Best Website Design Program? Jameson F Website Design 5 04-29-2008 12:55 PM
Divide up a Drupal page (HTML work?)? J dog Web Programming 0 04-29-2008 12:23 AM
what is the html code white space? dustandrags Web Programming 1 04-28-2008 11:55 AM



All times are GMT +1. The time now is 11:43 AM.
Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44