HighDots Forums  

databases?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss databases? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
King Evil
 
Posts: n/a

Default databases? - 08-26-2008 , 04:17 PM






ok, so i know static web site design, but i don't know how to do dynamic pages.
i am trying to create a web site that when you click on certain areas of a
map, it will display information that is pulled from 2 different excel
documents. can someone please explain how to go about doing this? would i
need to build the site in asp? php? aspx? not too sure of the lingo. thank
you!


Reply With Quote
  #2  
Old   
SnakEyez02
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 04:29 PM






First off, Excel is not a database. So that is not an option. The data would
need to go into an actual database. This will typically be dependent on your
web hosting provider. They normally only provide you with access to a certain
type of database like mySQL, MS SQL, or Access just to name a few. Then the
type of page is also dependent on this. Your host should be able to give you
this information.

Once you have the information someone here should be able to help get your
going in the right direction.


Reply With Quote
  #3  
Old   
King Evil
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 04:38 PM



ok. i'm hosting with go daddy and i know they allow some type of sql database. so what would the easiest way to get excel info into a dynamic page?

Reply With Quote
  #4  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 05:13 PM



Export to CSV. Import to MySQL.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"King Evil" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
ok. i'm hosting with go daddy and i know they allow some type of sql
database. so what would the easiest way to get excel info into a dynamic
page?


Reply With Quote
  #5  
Old   
Nancy O
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 05:17 PM



Strictly speaking, Excel is a spreadsheet program; not a database program.
If you know how to create a MySql table, you could save your excel sheet as
a delimited csv file and then import that into your MySql table.
http://www.hotscripts.com/Detailed/69719.html


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com



"King Evil" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
ok. i'm hosting with go daddy and i know they allow some type of sql
database. so what would the easiest way to get excel info into a dynamic
page?




Reply With Quote
  #6  
Old   
King Evil
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 05:51 PM



ok, thanks. i can do that.

quick change in scenario. let's say i would want to build a LOCAL web page. how would i do that?

Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 05:53 PM



FILE | New > Basic HTML

Save it in your local site.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"King Evil" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
ok, thanks. i can do that.

quick change in scenario. let's say i would want to build a LOCAL web
page. how would i do that?


Reply With Quote
  #8  
Old   
TC2112
 
Posts: n/a

Default Re: databases? - 08-26-2008 , 05:55 PM



Hello,

If your hosting on a Window's server that supports ASP and the database is
just going to provide data and not be written to, you could use Access as
well. It's fairly easy to set up in this case.
Using Access for a dynamic site that writes to the database can be
problematic if the site gets busy, but just displaying data won't be an
issue.
Just another alternative to the other excellent ones already posted..

Take care,
Tim


"Nancy O" <nancyoshea1 (AT) NOSPAMatt (DOT) net> wrote

Quote:
Strictly speaking, Excel is a spreadsheet program; not a database program.
If you know how to create a MySql table, you could save your excel sheet
as
a delimited csv file and then import that into your MySql table.
http://www.hotscripts.com/Detailed/69719.html


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com



"King Evil" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:g91pk8$qon$1 (AT) forums (DOT) macromedia.com...
ok. i'm hosting with go daddy and i know they allow some type of sql
database. so what would the easiest way to get excel info into a dynamic
page?





Reply With Quote
  #9  
Old   
Hunter Elliott
 
Posts: n/a

Default Re: databases? - 08-27-2008 , 09:27 AM




"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Export to CSV. Import to MySQL.

another option would be to get Navicat and use its import features to just
import the Excel file.




Reply With Quote
  #10  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: databases? - 08-27-2008 , 10:09 AM



Or PHPMyAdmin, yes.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Hunter Elliott" <nospam (AT) gatewaycity (DOT) com> wrote

Quote:
"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:g91rmr$aj$1 (AT) forums (DOT) macromedia.com...
Export to CSV. Import to MySQL.


another option would be to get Navicat and use its import features to just
import the Excel file.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.