Hi,
I'm trying to create a loop that will run through a MySQL database up to a certain date only, then end.
I'm really only familiar with while loops.
Can I use a for or a do...while loop, running through the rows of my database?
Or what's the best way to go about doing this?