It's a real drag, but there seems to be some kind of problem either with my script or with PHP, but whatever the case I dare say it's a common problem because I notice that this very forum seems to suffer the same flaw.
Basically the trouble is this sometimes when you click a form button of some sort, then sometimes the program doesn't recognise that you've registered a command and it won't register your intentions until you've clicked twice or maybe even a few times.
TWO EXAMPLES ARE AS FOLLOWS:
Example 1: One this forum- when you click "thread resolved" has anyone else noticed that sometimes it doesn't register it on first attempt? In my case I can tell you that I sometimes need to go back and click "thread resolved" several times until it registers that the thread is indeed resolved.
Example 2: One my little shopping cart program that I'm working on- when I click the "Add to cart" button it takes me to the page with my current shopping cart. HOWEVER, the cart is always empty on my first visit I always have to go back and click "add to cart" twice!
This problem is ruining PHP for me and I just wish there was something I could do about it.
Have anyone else encountered these problems, do you know what's causing them and what (if anything) can be done?
Thanks.