I have an include file that includes my mysql connect information. Its sole purpose is to login to mysql. Strangely on my Win9x development system with apache, sometimes, almost randomly, the connection will time out. Then if I press refresh it works prefectly. I am only connecting once per page and am closing my connections when done. Does this sound like a MySQL or Apache onfiguration problem? Or is there something I'm missing. Thanks