Persistent Connection Woes...

wxdqz

New Member
I'm having a problem that I think is related to my DB. I have a page that generates a listing from a MySQL DB and when I go to the next page it uses the same script included in a different page, only a different filter so it pulls in different information.

Anytime I go right to either of the pages, it seems to work well, but when I go from one page to the other, it freezes up or only generates a partial page (broken code).

I'm guessing that this might be related to having a persistent DB connection when going to the next page, using the same script, etc... Am I right? or could something else be causing this???

Please Advise,

Brian
 
Back
Top