Loans - Loans - Debt - Job Listing - Credit Cards

PDA

View Full Version : How to redirect from a website page to an advertiser page?


canados
Dec 31st 2007, 6:42 pm
Hi,
I would like to put a redirect in a page of my site pointing to an advertiser page. How can I do this? What type of link should I copy from the links the advertiser offers?

thanks and happy new year

hanji
Jan 1st 2008, 6:43 pm
1. Copy the URL that is needed from CJ (product or advertiser)
2. Use meta redirect or PHP's header()

http://www.google.com/search?hl=en&q=meta+redirect&btnG=Google+Search
http://us.php.net/manual/en/function.header.php

hanji