PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have the line of code below running within a mysql_fetch_array loop. I want to update a table's hit count field each time link is clicked by adding an onClick event within the code below:
When the user click on the title, the user is taken to the matching url and simultaneously the count should be updated. You can get a better idea of what I'm doing by visiting http://world.newsalizr.com Thanks for your response.