Php 5 SQL

Hi, am new to php and I has a query on using php with sql 2008. <?php $con=mssql_connect(‘myserver\myserver’,‘username’, ‘password’) or Die ("cannot connect to server) I get the 500.0 error. But changing from mssql_connect to mysql_connect the page displays the cannot connect message as am not running mysql. Please advise[php][/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service