View Single Post
Old 05-17-2009, 10:08 PM   #4 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,691

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: 2 questions 1 HTML an 1 Java script.

It doesn't work because you can't do it. I'm not sure what that code on your link is supposed to be doing, but I can tell you that you can't display an IP with Javascript. You need a server side language. You could use AJAX if you wanted, but you'd still need a server side language.

This is how to display an IP with PHP:

PHP Code:
<?php

echo $_SERVER['REMOTE_ADDR'];

?>

__________________

Need website help? PM me!
CrazeD is online now