![]() |
PHP question
Looking for feedback on this one... I basically send the majority of my traffic to my own custom tour, and then link the join links to the best sponsor of the week that allows direct JOIN page linking.
So for awhile now I've been using a simple PHP page for my index, rotating between the three versions of my main tour. The very simple code for the index page has been this: PHP Code:
So now I'm thinking I want to start incorporating some sponsor pages directly into this rotation as well. So I'm trying to think of the best way to do it, and the one thing that comes to mind is the old invisible frames trick. Something like this: PHP Code:
Any suggestions on this one? Or possibly suggest an alternate method of rotating among my local tour pages and outside sponsor URL's? |
if it works dont change it :2 cents:
|
One addition to this one... I've also tried out the following:
PHP Code:
1. Images are basically hotlinked, because the page appears to be loading directly off your server. 2. If the page is coded with local URL links like such: a href="join.html" --- then IE automatically appends your own URL to that link. So that's a no-no... Just wanted to pass this along to anyone that might have suggestions. |
Quote:
Because of course that join link is going to direct them to a secure join page. And being loaded inside of a frame will either block the cookie which tracks that sale, or just plain screw up the pending sale because of the secure page being inside of the frame. |
Never heard of array_rand function?
- Az |
All times are GMT -7. The time now is 04:08 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123