wrecks wrote:
> I tried localhost with the username and password I
assigned when I created the
> database. I got error message 1045 "Access denied for
ducatsop_phia@localhost
> (using password:NO)" The weird thing is I used a
password - why would it say
> "password:NO"?
It means that the password was not passed on for some reason.
Looking
back at your original post, I think that the following line
probably
explains the problem:
"The testing server specified for this site does not map to
the
http://ftp.3ducats.com/www/cafe/_mmServerScripts/MMHTTPDB.php"
In your site definition, the URL prefix for Testing server
should point
to the root folder of your remote site (
http://www.3ducats.com/). It
looks as though you have let Dreamweaver fill in the URL
prefix
automatically - Dreamweaver's guess is always wrong. (See
pages 93-94 of
"Foundation PHP for DW8".)
> On the same note, I have (and consumed) PHP for
Dreamweaver 8. Out of a half
> dozen books, that was the only one that I didn't have to
struggle with. The
> others just collect dust on my shelf.
I'm glad you found it useful.
> Knowing my dynamic experience is limited to Chapters 1 -
10 of Php for
> Dreamweaver 8, and a basic knowledge of constructing a
database, which would
> you recommend first; The Essential Guide to Dreamweaver
CS3 or PHP Solutions:
> Dynamic Web Design Made Easy?
"The Essential Guide to Dreamweaver CS3" is a much expanded
update of
"Foundation PHP for Dreamweaver 8". Although there is new
material
covering the PHP server behaviors, it won't teach you a great
deal more
about PHP than the book you already have. However, it does
have the
advantage that it incorporates all the changes made in the
Dreamweaver
8.0.2 updater.
"PHP Solutions" is dedicated to hand-coding. Although the
book was
written using Dreamweaver, it doesn't make use of any
Dreamweaver server
behaviors. It will take your PHP knowledge further by showing
you how to
do things like upload files, manipulate the file system,
create
thumbnails, and hand-code database connections.
Which book is better for you really depends on your
priorities. Although
"The Essential Guide to Dreamweaver CS3" doesn't contain a
lot more PHP
than the book you already have, I have tried to improve the
explanations
based on feedback from readers, so you may find the new
perspective
helps clarify things in your mind. Also, roughly half the
book is
completely new, covering new features in CS3, such as Bridge,
the
improved CSS Styles panel, and Spry.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/