I have really newbie q.
I try to save variable from PHP scritp to mySQL database - simple counter of clicked items on my page.
My q. is.
I have menu on my page and want to know how many time was clicked certain link. I have name of link and id of menu link. (The menu is one XML file).
Please how can I create the saving and updatig the record in my dtb?
E.g.
User clicked menu ID = 1, name = "About us"
I need to save this click and update the record in dtb column counter plus 1.
Thanks