ScottCybak
Programmer
Here's the scoop.
I mangaged to get PHP working in windows 2000. I managed to get MySQL installed on the box, and now, i'm trying to use php to connect to a MySQL database locally.
i can't get the:
$link = mysql_connect ("C:/mysql/bin/mysqld-nt.exe", "myusername", "mypassword"
to work.
i tried, just c:/mysql, and c:/mysql/bin, to no avail..
what am i doing wrong?
TIA Scott Cybak
scott@athree.com
I mangaged to get PHP working in windows 2000. I managed to get MySQL installed on the box, and now, i'm trying to use php to connect to a MySQL database locally.
i can't get the:
$link = mysql_connect ("C:/mysql/bin/mysqld-nt.exe", "myusername", "mypassword"
to work.
i tried, just c:/mysql, and c:/mysql/bin, to no avail..
what am i doing wrong?
TIA Scott Cybak
scott@athree.com