Ok, will do.
I have a question about the php files. I created them, but when I click on the link it opens the php file instead of the target link.
Here's what the php looks like:
<?
Header( "Location:http://sitet35.fulltv.hop.clickbank.net" );
?>
Oh and uh..I have no idea how to use php either...lol it might as well be in Russian.
is php easier than html?
Yes if you put that in text file and save it as .php extension and name it say,
whatever.php and link to your button so when they click on it, the server will fetch the php file and follow the code in it and redirect them instantly.
if its opening the .php file its probably becuase you don't have extensions viewable on your Windows, its probably mistaken it as whatever.php.txt
You have to save it as whatever.php. to fix this go into FTP and see if it says
whatever.php.txt and remove the the ".txt" from it.
Also a good fix, (this is for more windows savvy users) is
go into a Folder and at the top select tools>Folder Options> View> and uncheck "hide know file extension types.
This way you can now change the file extension of your files. So just rename they text file to whatever.php Whatever is after the last DOT (.) is the file extension. Be carefull changing file extension on your files! Though, becuase it will not work if you change for some files. LIke if you a jpg file and name to .exe then your computer will think its a program. lol Sorry that was bit long. I hope you understand.
