Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Adding Tables to Database with Dreamweaver 8

New Here ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

Okay, I am creating a website for a friend, and am playing with the idea of making it dynamic. She is going to be showcasing her products and what not, and I found that creating every page is just too much of a hassle - this is my problem: how do I add tables to my database within Dreamweaver? I am having the HARDEST TIME with it! I am using CPANEL, have the latest version of MySQL and PHP. PLEASE HELP!! QUICKLY! :)
Richard Escobedo
Link
TOPICS
Server side applications

Views

545
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

If you have access to PhpMyAdmin from within CPanel, you´ll need to create the tables there -- Dreamweaver won´t create tables for you, it will help you to e.g. add records to existing ones

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

Is there perhaps code that I could insert into my document that would allow me to do this? If I'm right, isn't this what Wordpress does?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

yes, you could add tables to a database with some PHP code, as explained on W3Schools PHP MySQL Create Database and Tables page -- however, using a web-based MySQL database administration tool like phpMyAdmin for setting up the tables is far easier. Please check if phpMyAdmin is available as Cpanel component or not -- shared hosts usually provide it

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

Okay, here's the "kicker," how do I add data to my tables? This is something I've really been struggling with. :)



Thanks,

Richard Escobedo

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

>>
Okay, here's the "kicker," how do I add data to my tables? This is something I've really been struggling with. :)
>>

I recommend reading the Adobe Developer Center - article Developing a web application with Dreamweaver -- this will get you started quite easily, as it´s very well written

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

Easiest way to do all this from your computer is to install
http://www.wampserver.com This gives you MySQL, PHP,
PHPMyAdmin and Apache. I then use PHP MyAdmin to
set updatabases, add, delete, change tables, etc.

What's so nice about the Wamp package is that it installs
and configures everything for you in one little package. You
should probably uninstall any of these packages you already
have installed.

The easiest way to add data is to develop your own insert,
change, delete pages in HTML and the programming language
you want to use and add the data that way.


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 30, 2007 Sep 30, 2007

Copy link to clipboard

Copied

Did you try using UltraDev

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 01, 2007 Oct 01, 2007

Copy link to clipboard

Copied

LATEST
How could that possibly help over using DW8?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"eabel" <webforumsuser@macromedia.com> wrote in message
news:fdpkn5$291$1@forums.macromedia.com...
> Did you try using UltraDev


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines