Page 1 of 1

HELP damsel in distress... I'm trying to cloak a link...

Posted: Tue Jun 15, 2010 5:31 pm
by kelanjo
I have cloaked a link so the actual link doesn't appear on my website and I then created a redirect php file with the following code, but the file does not auto run.

<?php
header ("Location: http://www.myurl.com/");
?>

When I click on the cloaked link I get an index page that lists my php life... I click on the php file and it does take me to the correction destination.

I hope someone can help me.