30.10.2011, 21:12
Bump once every 24 hours.
As far as I know, all MySQL plugins come with a next_row function, you call this to receive the next route of your query result.
Create a while loop that runs so long as next_row returns an appropriate row.
As far as I know, all MySQL plugins come with a next_row function, you call this to receive the next route of your query result.
Create a while loop that runs so long as next_row returns an appropriate row.