I'm only going to update a value back and fourth. I was told that instead of accessing all the way to the table and the row, I could just update the database value and make it even faster. Is this...
I am trying to get a value from a JavaScript variable and add it to a MySQL database using PHP, but my code does not seem to work. I know that this is a PHP forum, but it's kinda hard to ask this...
Ok. I might have been a little too quick when writing this. Since I'm sending requests for every time the button is pushed, not all the requests are sent. (I've seen that by clicking 10 times, while...
While the button is deactivated the user cannot click it. This is a problem. Obviously, I'm not ONLY making a counter. Something else also happens when you click the button. I don't think we are on...
On my page, I use a simple PHP script called every time a button i pushed. I use this to keep track of how many people has clicked the button. Basically, it just +1 to a table in MySQL.