Hi,
My situation is as follows, thanks for any help you can give.
I need to log individual affiliate urls coming into my site. My link affiliate will send traffic to me, each with a unique url eg. '
http://www.my-site.com/?pubid=#PUBLISHER_ID ' where 'PUBLISHER_ID' is a unique number like '12345'. I need to save each incoming URL presumably in a MYSQL database where i can use php to print it out.
Anyone know the best way to achieve logging unique incoming URL'S?
-Steve