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!
What does the above error message mean? My script is coded wrongly? The message appeared after i did many F5 to the web browser. I am running IIS as the web server.
I wouldn't worry too much about it. It doesn't point to your script at all is my guess unless you're doing some way out things with memory management. What this error is saying is that the PHP scripting engine tried to access a part of memory that it should'nt have.
That "77FCA3F0" is probably an address in memory.
Also, what is the likelihood that other users of this script are going to be doing lots of reloads of it?