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 and

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,

RE: [PHP] Dynamic built web pages administration

2001-04-17 Thread Romulo Roberto Pereira
inal 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 link on the page you want peop

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

RE: [PHP] Dynamic built web pages administration

2001-04-17 Thread Manisha
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 link on the