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

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
kelanjo
Forum Newbie
Posts: 1
Joined: Tue Jun 15, 2010 5:11 pm

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

Post 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.
Post Reply