Hi, I'm new in PHP, using more JavaScript. I would like to know how to connect to a MS SQL DB on a window 2000 server using my machine as a local web server (window 2000 workstation) I believed the beginning would be: <?php $link_id=mssql_connect("LONDB02","user","pwd"); ?> But It doesn't seem to work... Then what will I write after that to connect to a DB called sales ?
Thanks. Jerry -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]