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

Creating a page for each database record

New Here ,
Jan 15, 2010 Jan 15, 2010

Firstly, I realize my question is pretty involved so pointing me in the direction of a good site / book which explains it will do just as good as an answer.  I would like know how to create a page in Dreamweaver for each record on a database much like you would see in product listing or account information.  I would strongly prefer to use SQL for the database.

TOPICS
Server side applications
537
Translate
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 ,
Jan 15, 2010 Jan 15, 2010

You quesiton is really the basis of most dynamic web sites. Which server side scripting languages are you considering? David Powers has several good books on php/MySQL.

The basic concept is that you create a single dynamic page and pull the product details from the database based on criteria submitted. So you aren't really creating a page for each record.

>I would strongly prefer to use SQL for the database.

SQL as opposed to what? Most DBMS's are SQL databases.

Translate
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 ,
Jan 16, 2010 Jan 16, 2010

Sorry im fairly new to Dreamweaver.  Which books by him would you suggest?

Translate
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 ,
Jan 17, 2010 Jan 17, 2010
LATEST

Buy them all.

You can find details of my books on my website: http://foundationphp.com/. The most appropriate one for Dreamweaver is "The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP". Approximately 500 pages are devoted to working with PHP in DW. Whether they answer your questions is a different matter.

Translate
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