Forum Moderators: phranque
The dynamic one looks like:
cx.php?id=543&s=50&t=1
and this code actually redirects surfer to certian site that is under specified id (543, for example). The ids and info about those sites are stored in mySql database. Is it somehow possible to rewrite the url above to the site name, that we would've got from the database?
So if this script is stored in dir: script/cx.php and calling it would cause this action(for each site that is in db is different id): www.domain.com/script/cx.php?id=324&s=70&t=1
and I'd like to see all that rewritten with the actual site url, but however it should pass through the script (because of tracking stuff).
Do you get some idea how could I do that?
Thank you!
Jim