RE: [PHP] Dynamic built web pages administration

2001-04-17 Thread Manisha
ks fine, because I identify the edit areas by the comment tags. >The problem with this is that if I put an option like Add New Page to the >admin system, the user would have to surround the tags with the comments, I >mean, he would have to edit the HTML. > >Pretty toff thing!!! &g

Re: [PHP] Dynamic built web pages administration

2001-04-17 Thread Godd
This is not hard just long. I am working on just that now. I am building a site that allows my users to edit their site via the web and not requiring them to know HTML. What I am doing is using a template page and I am asking them for specific data for the various sections of the page, I then hav

RE: [PHP] Dynamic built web pages administration

2001-04-17 Thread Romulo Roberto Pereira
Thank you, Rom -Original Message- From: Plutarck [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Dynamic built web pages administration If you are storing the content in a database, your job is a ton easier. Just add an edit l

Re: [PHP] Dynamic built web pages administration

2001-04-17 Thread Plutarck
If you are storing the content in a database, your job is a ton easier. Just add an edit link on the page you want people to be able to edit. It will link over to an edit page with the value of the current page sent in the URL via get. Get the content from the database pointed to by the url, and

Re: [PHP] Dynamic built web pages administration

2001-04-17 Thread Dean Hall
Rom. ""Romulo Roberto Pereira"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I was wondering if anybody have developed something related to dynamic web > pages building and administration. I need to store the content of the site > in the database

RE: [PHP] Dynamic built web pages administration

2001-04-17 Thread Maxim Maletsky
We all are working on something like this. Search Source Forge to get some better ideas. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Romulo Roberto Pereira [mailto:[EMAIL PR