RE: [PHP] Array usage affecting server

2002-05-10 Thread John Holmes
Are you loading the entire result set of the query into an array, or just row by row? ---John Holmes... > -Original Message- > From: Kevin Meredith [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 11:48 PM > To: PHP > Subject: [PHP] Array usage affecting

Re: [PHP] Array usage affecting server

2002-05-10 Thread Miguel Cruz
On Fri, 10 May 2002, Kevin Meredith wrote: > When a database query is done and the results are put into an array, what > are the resources used? I name all arrays differently and was wondering how > it would affect the performance of the server if many people connected with > many arrays being fu

[PHP] Array usage affecting server

2002-05-09 Thread Kevin Meredith
Hi. When a database query is done and the results are put into an array, what are the resources used? I name all arrays differently and was wondering how it would affect the performance of the server if many people connected with many arrays being full. I am assuming the array gets 'dropped' wh