mssql with php??possible?

Discussion in 'PHP' started by databaseking, Aug 19, 2007.

  1. #1
    hey,,hello to every one...

    can any one tell me that is it possible to connect the ms sql database with php???
     
    databaseking, Aug 19, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    http://www.php.net/mssql


    I don't want to sound cocky, but you've created about 5 threads today, with questions that could have been easily be anwered by searching Google.
     
    nico_swd, Aug 19, 2007 IP
  3. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #4
    mssql_connect(host,user,pass);
    mssql_select_db(dbname);
    mssql_query(yourquery);

    ....
     
    tamilsoft, Aug 19, 2007 IP