Posted by Bob Bedford on 04/12/06 16:09
Hello,
I'm doing a select in wich I retrieve some values.
If the value is in an array, I must delete the record.
As I'm doing a "mysql_fetch_object", may I delete this record inside the
loop ?
when doing a mysql_query, do I have a "local" copy or just a link to the
mysql query result. In the first case I may delete the record as I get an
"image" of the query result, in the second case I shouldn't as the query
result will be changed by the deletion of any record.
Bob
[Back to original message]
|