Quote
blooddarkness wrote:
well... i just want to hide, the links, so it just work on my web. Any idea?
<?php
if (stristr($_SERVER['HTTP_REFERER'], "your_site.com")){
echo "<a href='http://google.com' target='_blank'>Local link only visible from pages within domain</a>";
}
else {
echo "Nananana nahhhhh";
}
?>
Category Forum
Content Administration - 8Labels
None yet
Statistics
5 participants
Notifications
You are not receiving notifications from this thread.
Related Questions