Posts: 3,176
Name: Thierry
Location: I'm the uber Spaminator !
|
No, if you want to recreate the array, you need to call back mysql_fetch_array().
There is no "rewind" on it.
But I don't see why you don't want to call it again.
The query have already be executed by the server, and you don't re-execute it by calling fetch_array again.
You just read the result of the query a 2nd time.
__________________
Only a biker knows why a dog sticks his head out the window.
|