Connecting to Dreamweaver
Posted by: Swerve (---.dynamic.dsl.as9105.com)
Date: May 06, 2007 02:16AM

I'm trying to set up a dynamic PHP/MySQL driven site with dreamweaver mx.

I cannot connect to it through dreamweaver, has anyone managed to do this?

I need some info on creating a connection.

Thanks!

Options: ReplyQuote
Re: Connecting to Dreamweaver
Posted by: CyberSpatium (71.237.217.---)
Date: May 06, 2007 03:12PM

search this forum, i posted a thread on dreamweaver about 6-7 months ago.


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

WebDev Newbie Blog

Options: ReplyQuote
Re: Connecting to Dreamweaver
Posted by: Swerve (---.dynamic.dsl.as9105.com)
Date: May 06, 2007 03:52PM

Gee ,thanks

Anyone trying a php/mysql script, with the correct connection settings

$db_host='localhost';
$db_user='root';
$db_pass='';
$db_name='databasename';

Tried index page for this script high up in the 'www' folder (and the site).)

Just fails to connect to the database

Options: ReplyQuote


Sorry, only registered users may post in this forum.