does anyone know how 2 obtain IP address without having it display in normal page just in code such as:
<!--
hey there, 24.125.62.92,
please note that this site and its contents are protected by
copyright. you can refer to our legal statement here:
<
http://indexcore.com/legal/>
-->
I dont want the client 2 see the address on the php main page where graphics is just when he / she looks at the site via the script ( source ) this should be seen. can anyone help??
Comments
What I want is a PHP script that displays an IP in the source code without displaying it in the website. ( so only in the source code and NOT on the page )
Thanks guys,
Brill
But anyway, try this out:
In theory that will enclose the ip tag within those tags so that it wont actually be displayed on the page...only in the source
The Royal Ram
Current code in php:
<!--
Hello their, <?php include('servlet/ip.php'); ?>,
please note that this site and its contents are protected by
copyright. you can refer to our legal statement here:
http://www.indexcore.com/legal
-->
Would be great to see:
I dont know how to make breaks in php and url's if I did then it would be easy,
does anyone know how to make a <br> in php and a <a href= in php?
<!--
Hello their, 24.155.62.62,
please note that this site and its contents are protected by
copyright. you can refer to our legal statement here:
http://www.indexcore.com/legal
-->
See if that works...Because your not actually using a break (<br>) I dont think it needs to be included. See if the above works.....
Im still learning PHP so Im not amazing with it....yet, hehe
The Royal Ram
Does anyone know of any good CMS systems?
The Royal Ram