I want to create a ranking of pages visited in my site. So, every time
a page is accesed, I want to read the database and increased in + 1 the
field "visited" to the specified URL.
To do this, I need a variable with the URL. How do I give the variable
that value??