Hi,
I installed a script on my server that creates new shorter urls. The original urls are in a database named redirects and the new links have the following format:
<!-- m --><a class="postlink" href="http://www.mydomain.com/jump.php?id=1">http://www.mydomain.com/jump.php?id=1</a><!-- m -->
I am new to php and MySQL, but I was wondering how I would go about also tracking the number of hits to each of the new shorter urls? Does anyone have any advice to get me started?
Thanks!
J
I installed a script on my server that creates new shorter urls. The original urls are in a database named redirects and the new links have the following format:
<!-- m --><a class="postlink" href="http://www.mydomain.com/jump.php?id=1">http://www.mydomain.com/jump.php?id=1</a><!-- m -->
I am new to php and MySQL, but I was wondering how I would go about also tracking the number of hits to each of the new shorter urls? Does anyone have any advice to get me started?
Thanks!
J