How can i add a number to an already existing field in my mysql database
I am making this script counts how many downloads are there.
So.. all this script will do is add a number to the mysql field add redirect to another field in the database.
database name=download
number to add in the field = counter
redirect to field = url
uses the id function to know about the download = id
Can someone help me