I have a wierd intermittent problem with one of my php websites. On certain pages occasionally the whole page is not returned to the browser. It just cuts off after an arbitary length. No error messages are reported by either PHP or Apache. I have placed debugging comments at the end of the script and it appears that the script is completing normally. All database queries are executed and the script terminates without error. This problem only appears to have begun two days ago. No changes have been made to the script or server configuration. The error occurs for both IE and Firefox.
Does anyone have any suggestions as to what this error might be? Has anyone experienced something similar?
Many thanks.