Results 1 to 5 of 5

Thread: PHP and IIS

  1. #1

    Thread Starter
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346

    Question 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)


  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    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)
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    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)


  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width