Hello there, I'm pretty new to php and have just completed a script that creates a html document through multiple table queries of a single database. (mySQL on Linux , PHP 4.1.2)
Everything seems to be working fine until I start passing alot of information to the script, which results in an IE5 error
"The connection to the server was reset"
The weird thing is the html still displays with all relevant information and only takes approx 2 seconds to generate.
Question 1: Could it be because I haven't specifically closed my mySQL connection each time? (i read somewhere that it would be closed automatically when another is called)
Question 2: Is there a limit to the amount of times I can query a database from one page, or a size limit of a php script (currently 21kb with plenty of annotation)??
Any pointers would be greatly appreciated
M