Tom Muck has an extension that will allow you to achieve what
you want from
a standard DW recordset
http://www.tom-muck.com/extensions/help/simulatednestedregion/
--
Dave Buchholz
I-CRE8
www.i-cre8.co.uk
"AceTutor@Warwick" <webforumsuser@macromedia.com> wrote
in message
news:e50gnm$4cm$1@forums.macromedia.com...
Greetings - am a absolute newbie to PHP/MySQL and would
appreciate kickstart
help
I have attempted tutorial at DMX Zone but failed without
success.
See <a target=_blank class=ftalternatingbarlinklarge
href="
http://www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=4937">http://www.dmx
zone.com/showDetail.asp?TypeId=2&NewsId=4937</a>
Basic Setup:
Database: MySQL
id Name
0 Fruit
1 Banana
1 Pineapple
1 Kiwi Fruit
1 Apples
0 Vegetable
6 Tomatoes
6 Peas
6 Carrots
Output required:
<b>Fruit</b>
Apples
Banana
Kiwi Fruit
Pineapple
<b>Vegetable</b>
Carrots
Peas
Tomatoes
Requirement:
Depending on designated id, all items starting with 0 become
bold category
headings listed in alphbetical order and all associated
products matching
that
category would be listed - also in alphabetical order.
A working code sample - or suggested tutorial sites would be
greatfully
received
Thanks in anticipation
Bless ya heaps
AceTutor