hey thanks for the reply...
So if I did it with a while loop, would it be possible to get a specific variable.
For example say i want to get
$row['0']['url']
$row['1']['url']
$row['2']['url']
and use them within another function... I need to get speficic "url" field based on the placement field.
So if placement == "sideadtop" I would like to get the url that is in the row of that placement.
I would like to know if I have to do this with individual calls to MYSQL getting one row ata time or if there is a way to get all 3 rows and seperate them as needed?
Thanks again