Hi,
I have a database of self-catering cottages which give a list and then on clicking the cottage show the details.
Some of these clicks take people off to web sites over which I have not got control.
I want to count how many clicks each cottage gets, and then do the redirect to the other url.
I.e.
Click on cottage A
Add one to the counter (which would be in a mysql database)
Show cottage A website
Some of these web sites are not under my control, so I have to do the counting before we leave the first page.
The current web site can be seen on
http://www.stayindependently.com
I'm not sure how to redirect to the next site.
Can anyone help me?
Regards
Elizabeth