> 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
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
2 matches
Mail list logo