How to connect SQL server with PHP ?

by 5 replies
6
Hi

Please help me to connect SQL server 2005 with PHP website, I am not getting connection and can't execute queries with that
#programming #connect #php #server #sql
  • What have you tried so far? Any errors?

    PHP: mssql_connect - Manual
    • [1] reply
  • could you be more specific?

    just a question.....why SQL2005?
    mysql is a better option.......even pluging .net into mysql is quite easy
  • be more specific so that we can help you.
  • If your using PDO you can

    $dbh = new PDO ("mssql:host=$hostname;dbname=$dbname","$username" ,"$pw");

Next Topics on Trending Feed