Re: [PHP] PHP FREE MEMORY

2001-04-25 Thread Rasmus Lerdorf
> if I put the following piece of code in a forloop does it use more memory or > does it use the same memory since the same variable result is being used: > > will it use up lots of memory if I execute it 1000 times or will it use the > same memory. > > > for (loop) { > > $result = mysql_query ("U

[PHP] PHP FREE MEMORY

2001-04-25 Thread Randy Johnson
if I put the following piece of code in a forloop does it use more memory or does it use the same memory since the same variable result is being used: will it use up lots of memory if I execute it 1000 times or will it use the same memory. for (loop) { $result = mysql_query ("UPDATE A_TBL SET