i try a simple connect script:
PHP Code:
<?
if(msql_connect("localhost"))
{
echo "success";
}
else
{
echo "failed";
}
?>
i get this error in the browser:
Code:
failedLoad of C:\WINDOWS\System32\msql.conf failed
the only instructions that php has is copying msql.dll to the system32 directory.
there is no file in the system or win binaries for php named msql.conf .. anyone had any success with this?
xp pro
apache 1.3
php 4.3
ms sql 2000