T
|
thesofa 10/23/2008 |
have you looked at the connection between php and iis, if I recall it is not easy to get php and IIS running, <?php
|
P
|
pauloc author 10/23/2008 |
have you looked at the connection between php and iis, if I recall it is not easy to get php and IIS running, put this in a file called test.php in the root of the IIS www space <?php
|
T
|
thesofa 10/23/2008 |
Put some dummy data in the table, if it is full of null values, it might trip this error. |
P
|
pauloc author 10/24/2008 |
Put some dummy data in the table, if it is full of null values, it might trip this error.
|
J
|
Jane 10/24/2008 |
Pauloc, |
P
|
pauloc author 10/24/2008 |
Pauloc, PHP needs to be set up to use it with MySQL. To do that please open php.ini file in your C:\Windows directory with a text editor, find the string ;extension=php_mysql.dll and remove a semicolon from the beginning. Then find the string beginning with extension_dir = and make sure that this points to folder within your PHP installation where php_mysql.dll file resides. Usually it is "c:\php\extensions" And at last copy libmysql.dll from your MySQL installation into the C:\Windows\System32 directory.
|