NYCPHP Meetup

NYPHP.org

[nycphp-talk] MSSQL2008 Express and XAMPP

CED consult at covenantedesign.com
Mon Feb 15 12:54:44 EST 2010


CED wrote:
> Has anyone ever configured this?
>
> I have followed several online suggestions and still no luck, a fail 
> authentication error is all i receive from this:
>
> CODE:
>    <?php
>    echo 'trying to connect' ;
>    $server = 'SERVERNAME\INSTANCE';
>    $link = mssql_connect($server, 'username', 'password');
>    if (!$link) {
>        die('Something went wrong while connecting to MSSQL');
>    }
>    ?>
>
>
> Suggestions greatly appreciated.
>
> -Ed
>
> _______________________________________________
> New York PHP Users Group Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> http://www.nyphp.org/Show-Participation
>
>
>
Nevermind, got it. =D

-- 
<img src="http://covenantedesign.com/logo.jpg" border ="0">
995 Maple Hill Road
Castleton, New York 12033
518-331-5061
Consult at CovenanteDesign.com





More information about the talk mailing list