Hiya
I know its a simple question and you're all probably rolling in the aisles, but I have looked EVERYWHERE. It seems everyone does it differently. I didnt want to have a count and keep incrementing and counting, i just wanted a simple while.. do loop like I would use in ASP. Such as:
while not recordset.eof do
blahblahblahbab
recordset.movenext
loop
Is there an equivalent to this in PHP, using a Mysql db? I have about 3 textbooks here, and the whole internet, and I still cant manage to find what I'm looking for. Id like it to be nice and simple
Thanks
bella.