Here at work we had an application in php built for our agents to enter donation information from callers. It has all the standard fields such as name, address, phone, comments, etc. We have since distanced ourselves from it's developer and are having an issue whick I need to get resolved. I know very little about php so please be patient. It works fine 75% of the time however sometimes when the agents hit the "Submit" button it doesn't do anything..no error messages...nothing. Sometimes if they shorten the amount of information in the "Comments" section it will go through. My questions are: Is there some kind of buffer either on the client or server side that I can increase to see if this fixes the problem? If so, How?? Also, are there log files that I can look through? If so, where would they be located? All help is appreciated!