Thanks for the reply, David. I had been thinking about this
for a while,
and, yes, your other post is what prompted me to inquire.
I've been playing
around with DW8, PHP and MySQL for about a month now, and am
just now
starting to develop. I'm sure I'll be posting frequently as
things progress.
thanks again.
--
steve.
"David Powers" <david@example.com> wrote in message
news:f782j1$7f0$1@forums.macromedia.com...
> molsonexpert wrote:
>> After a lot of research I've decided on a PHP/MySQL
solution for my
>> website's dynamic content.
>
> Good choice.
>
>> I've downloaded the recent versions of both (PHP 5.2
and MySQL 5); should
>> I be concerned about what versions of both my ISP
has?
>
> Yes. See my post titled "Support for PHP 4 coming to an
end - implications
> for Dreamweaver". Most hosts still offer only PHP 4. You
should demand PHP
> 5 or a clear timetable for an upgrade. Ideally, your
host should also
> offer MySQL 5.0 or a minimum of 4.1.
>
>> I'm also wondering about collation/character sets,
datatypes, storage
>> engine, etc.
>
> The default is latin-swedish-ci, which is fine for
English. The default
> storage engine is MyISAM, which is also fine, but it has
the disadvantage
> that it doesn't support foreign key constraints. For
that, you need to use
> InnoDB, which is not support by most hosting companies.
It's not a major
> problem, because you can replicate foreign key
constraints with PHP
> conditional logic.
>
> You might be interested in looking at my new book, The
Essential Guide to
> DW CS3 with CSS, Ajax, and PHP, which comes out in 10
days' time. It goes
> into these issues in much greater detail than I can in a
forum post.
>
>
http://foundationphp.com/egdwcs3/
>
> --
> David Powers, Adobe Community Expert
> Author, "Foundation PHP for Dreamweaver 8" (friends of
ED)
> Author, "PHP Solutions" (friends of ED)
>
http://foundationphp.com/