Dax Trader wrote:
> BUT I note in your response that it is the most asked
question?
> Tis very worrying that Macromedia must know this and yet
dont seem to offer a
> definitive answer.
I believe it to be the most asked question because a large
number of
people don't have a properly installed PHP/MySQL setup, or
they fail to
define the testing server correctly in their site definition.
> I will be delighted, estactic, and eternally in you debt
if you can help me
> sort this. :-))
Well, I'll try.
> PS I might even fall in love with you :-))
Please don't. I don't think my wife would approve. ;)
Open php.ini and make sure the semicolon is removed from the
beginning
of these two lines:
;extension=php_mbstring.dll
;extension=php_mysql.dll
Add this line:
extension=php_mysqli.dll
Save php.ini, and restart Apache.
Load a page with <?php phpinfo(); ?> into a browser,
and scroll right
down. Check that you have sections headed mysql and mysqli.
Check that
the value of Client API version in those sections is at least
5.0.x.
Check your testing server setup.
The testing server folder must be in the Apache document
root.
The URL prefix must be
http://localhost/name_of_testing_folder/
Unless there is something unusual about your system, it
should then work.
--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/