RE: [PHP] Adding links to HTML for a CMS

2005-11-28 Thread Jay Blanchard
[snip] I am trying to create my own CMS. To being with I want to let users edit anything within a p tag. I want to have a menu to the left and display the webpage in the rest of the page, and for each set of p tags I want the user to be able to click on the link to edit that paragraph. My

RE: [PHP] Adding links to HTML for a CMS

2005-11-28 Thread Mark Steudel
Store each paragraph text in a database Table 1 = tblPage id Name 1 Welcome Page 2 About Page Table 2 = Content id pageid content 1 1 This is some content in a paragraph 2 1 This is some more content 3 1 This is