Hello people, does anyone know how to connect to MSSQL7 using PHP? Or what about Exporting from MSSQL7 to MySql? 🙂
Hi Steven,
Connecting to SQL Server depends very much upon which platform you're using PHP on. Take a look at the notes at PHP.net on mssql_connect() and mssql.
Regards,
David.