Skip to main content
Participant
May 12, 2006
Question

Database Website client can update...

  • May 12, 2006
  • 6 replies
  • 691 views
I have an opportunity to do a database driven website. I have slowly been amassing the information I need - but have a question I need an answer too. This will be my first database driven site.

The client wants the ability to make changes to the data on the website - I mean the dynamic data. It's a paint web site and will be database driven.

As I create the initial database - I will do so using dreamweaver, php, and mySQL.

My question: is there a way for the client to update the site in a similar manner WITHOUT an Admin tool? I've seen it happen before using spreadsheets - but don't know if thats the way dreamweaver does it.

Any advice is helpful here.

This topic has been closed for replies.

6 replies

Inspiring
May 13, 2006
I think this would be very interesting for a lot of people how this is done.
Is there not some tutorials showing this and an example?

A lot of people crying for help to figure out how they could let their
customer update some changes without investing in expensive software.:-(


/Tine

"Julian Roberts" <nospam@charon.co.uk> skrev i en meddelelse
news:e4370i$42s$1@forums.macromedia.com...
> In theory, your client could export their offline data as CSV or XML. You
> could then build a minimal admin area whereby the client could just upload
> the files to populate the database. But, this is advanced stuff. There's
> nothing in Dreamweaver to handle this, you'd have to code it all yourself.
>
> --
> Jules
> http://www.charon.co.uk/charoncart
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
>
>


Inspiring
May 12, 2006
In theory, your client could export their offline data as CSV or XML. You
could then build a minimal admin area whereby the client could just upload
the files to populate the database. But, this is advanced stuff. There's
nothing in Dreamweaver to handle this, you'd have to code it all yourself.

--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004




tiger2808Author
Participant
May 12, 2006
Yes - the data would be primed - probably by me off of a spreadsheet using whatever tool dreamweaver has to do this.

But me adding to the database is not my client. I obviously don't understand enough about it at this stage.

If an admin tool is the easiest way to go about it - writing it myself - does dreamweaver contain the tools to help me do that?

I understand the logic more of displaying it (getting it out) than putting it in. Is there a good place to learn about creating admin tools?
Inspiring
May 12, 2006
> My question: is there a way for the client to update the site in a similar
> manner WITHOUT an Admin tool? I've seen it happen before using
> spreadsheets -
> but don't know if thats the way dreamweaver does it.

The first question to ask is 'where is the data origninating from'?

That typically helps you answer the second question...how to get the data in
there.

-Darrel


Inspiring
May 12, 2006
There is no way to administer a database without an Administration page.
There are 10 different ways to administer your page, the data, or the
database, but you will need an interface for all of them. Be it store
bought or home rolled.

You can setup your administration page to do whatever you want, and look
however you want. YOu can make these pages look like a spreadsheet, a list,
or single-questions wizards that get all info before updating a database.

If you can setup a page to enter the data into a database, then you can
setup a page to *edit* that data as well.


tiger2808Author
Participant
May 12, 2006
This just got infinitely more complicated! I think.

How do other small designers do it? Do they tell the customer - NO you can't do the updates yourself?

I can't imagine I am the only person to have ever been in this situation.

??

Inspiring
May 12, 2006
If the database is in MySQL then you'll need an Admin tool of somesort, as
that's where the data is, and not many other tools are going to be able to
edit it directly. (there are some, but would the customer be knowledgeable
enough to run them?)

Good luck.

"tiger2808" <webforumsuser@macromedia.com> wrote in message
news:e42q59$iqv$1@forums.macromedia.com...
>I have an opportunity to do a database driven website. I have slowly been
> amassing the information I need - but have a question I need an answer
> too.
> This will be my first database driven site.
>
> The client wants the ability to make changes to the data on the website -
> I
> mean the dynamic data. It's a paint web site and will be database driven.
>
> As I create the initial database - I will do so using dreamweaver, php,
> and
> mySQL.
>
> My question: is there a way for the client to update the site in a similar
> manner WITHOUT an Admin tool? I've seen it happen before using
> spreadsheets -
> but don't know if thats the way dreamweaver does it.
>
> Any advice is helpful here.
>
>
>