Skip to main content
Known Participant
December 19, 2010
Question

databases in dreamweaver

  • December 19, 2010
  • 1 reply
  • 439 views

if you use the databases, bindings, components or server behavior tabs DW asks you to setup a testting server
fpr this would i give it the same connect information that i would put in the parameters for a PHP "mysql_connect();" command

and would this result in dynamic data being displayed by DW in live mode?

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
December 19, 2010

Moved to the Dreamweaver Application Development forum, which is more appropriate for this sort of question.

Normally, you should set up a local testing environment as described in the following tutorial: http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html. It is possible to connect to your remote website and database, and use them for testing, but it's not recommended.