|
-
Apr 18th, 2003, 03:28 PM
#1
Thread Starter
Hyperactive Member
PHP and IIS
I recently installed PHP (The newest version i guess) on my Windows 2000 machine with IIS. I am able to get PHP to work just fine. My question is, does the standard installer (the windows installer, not the zip) allow me to access MSSQL and/or MYSQL servers or do i need to change some settings? add anything? Thanks
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

-
Apr 18th, 2003, 04:07 PM
#2
MSSQL, no. MySQL Yes.
I should clarify that.... it doesn't install MySQL, just the necessary mods to allow access to MySQL. If you want to use MySQL on your PC, you'll need to go d/l it from somewhere (mysql.net)
-
Apr 18th, 2003, 09:10 PM
#3
Thread Starter
Hyperactive Member
Do you know if there is any MSSQL support anywhere that i can install or enable, or is it just a generic ODBC connector?
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

-
Apr 19th, 2003, 05:28 AM
#4
-
Apr 19th, 2003, 05:30 AM
#5
To connect:
PHP Code:
<?
$username ="hello";
$password ="abcdefghijklmn";
$mssql_access = mssql_connect("servername", "username", "password");
?>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|