Hi,
I have a property db with fields refno, country ,area, town, description, pic1 etc.
You get the pic ... course you do ...
I want to show 3 properties on a page each in nested html tables for layout reasons.
I've used .. $row = mysql_fetch_assoc($result);
The only idea I have is to use...