Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: how to connect mssql with php

    As I know from php tutorials you can try

    <?php

    // Server in the this format: <computer>\<instance name> or

    // <server>,<port> when using a non default port number

    $server = 'KALLESPC\SQLEXPRESS';

    // Connect to...

Viewing post 1 (of 1 total)