Guest Posted February 23, 2003 Share Posted February 23, 2003 I saw some shop (Powered by osC) where you see your IP Address displaying in the footer . I wonder how they do that. Is there a contribution for that? Quote Link to comment Share on other sites More sharing options...
Ajeh Posted February 23, 2003 Share Posted February 23, 2003 $rmtIP = $REMOTE_ADDR; ?> <!-- footer_middle //--> <tr> <td colspan="2"> <table width="100%"> <tr> <td class="smalltext" align="center" height="30" valign="middle"> <?php echo " Your IP Address is: " . $rmtIP; ?> </td> </tr> </table> </tr> <!-- footer_middle_eof //--> You will have to adjust it to fit your footer. :D Quote Link to comment Share on other sites More sharing options...
itbejared Posted February 24, 2003 Share Posted February 24, 2003 thanks for the Info Linda! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.