whiteyoh 0 Posting Pro in Training

Hi All,

I have recently finished a CMS with a static layout, and I have to say i couldnt have done with without this forum, i have learnt so much!!!!!

what im aiming to do next is to take it to the mext level, where users can add/edit/remove sections which can then be edited. This is where my request for help comes in.

im looking for an example of how i can do the following and/or an answer as to weather its possible......

1. user clicks "add section" (say the index page)
2. php pulls the code for a new section (which will just be html stored in mysql)
3. a while statement until there are no more "section" records.
4. each stored section then gets its content from the "content" table.

Its all im my head, and im guessing it will be very much like how a wysiwyg works, but im just after a head start really.

Thanks in advance