Re: mySQL DSN and PHP

2001-08-10 Thread Grigory Bakunov
Date |Thu, 9 Aug 2001 10:36:59 +0800 >From |"Steve Doig" <[EMAIL PROTECTED]> Hello! SD> $link = mysql_connect("mySQL_test", "mysql_login", "mysql_password") SD> or die ("Could not connect"); SD> print ("Connected successfully"); SD> mysql_select_db ("test") SD> or die ("Could not select databas

mySQL DSN and PHP

2001-08-08 Thread Steve Doig
Hi Folks - new user here, My question is on the setup of my local server. I'm using Windows 2000 and IIS 5 I've just started to use php on my local IIS as a cgi .exe file. Under c:\Inetpub I have: \mySQL \php \wwwroot etc (php seems to working fine) In a php test page I'm trying to connect to t