PDA

View Full Version : hiding ....


HormonX
11-11-2002, 08:31 PM
this is probably very simle to do .. it's just i have no idea how to do it :) ...

I have seen this on one of the pages, when you view the source you can see the IP address of the visitor.. but you can't see it on the screen. Is there a way of hiding it from the user so it's not being show on the screen but it is being show in 'view source'?

Not sure if it makes sence or not :)

HormonX

dewcansam
11-11-2002, 09:09 PM
Just make sure your html is commented out.


<?php
echo "<!--$REMOTE_ADDR-->";
?>