0
Adding Tables to Database with Dreamweaver 8
New Here
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/td-p/188535
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
Richard Escobedo
Link
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188536#M97153
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188537#M97154
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?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188538#M97157
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Richard_Escobedo
AUTHOR
New Here
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188539#M97158
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
Thanks,
Richard Escobedo
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188540#M97159
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188541#M97160
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.
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188542#M97161
Sep 30, 2007
Sep 30, 2007
Copy link to clipboard
Copied
Did you try using UltraDev
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/adding-tables-to-database-with-dreamweaver-8/m-p/188543#M97162
Oct 01, 2007
Oct 01, 2007
Copy link to clipboard
Copied
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
--
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

