Monday, September 20, 2004

I had an intermittent problem over the weekend that meant my application was only working 1 in 6 or 7 times. The problem seemed to be when I made my second call to my php class. I tried using delayExecute() to send the 2 calls but still I had errors. I searched through the forums and finally came up with a possible solution. It seems that you can't use mixed case for your php functions, I'm not sure why but hey presto it fixed my app and it works every time now.

Jon 8:54 AM Permalink

Comments:

Post a Comment