EviePhillips wrote:
> The pages are php the database is php 5.0/mysql.
No, the database can't be php 5.0/MySQL. PHP is the
server-side language
used to communicate with the database. MySQL is the database.
> I am about to kill myself. I have created 5 websites and
have had no problems
> connecting to the database and creating recordsets. With
this 6th one, if I
> breathe wrong, the connection or recordset disappears
and I get the error: The
> files from the _mmServerScripts folder are for the
server model PHP-MySQL. You
> try to connect to a database using a different server
model.
>
> The only difference is I am using a free hosting at
godaddy instead of a paid
> hosting at godaddy.
That difference is probably crucial. The error message is
created only
if a $_POST variable is not set correctly. It's quite
possible that the
free hosting is using an ancient version of PHP that doesn't
recognize
$_POST.
Although Dreamweaver allows you to use a remote server as the
testing
server, it's not recommended practice. Also, if you use free
hosting,
you get what you pay for.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/