Hey. I got a question. I am retarted and cannot figure out how to connect to a database that is set in SQL. Can anyone please help me just do a connection to MSQL and also Microsoft SQL. All the PHP books I have help you with MySQL and nothing about SQL. So can anyone help me out? Thank you. I know you
The first thing you should do is tell us how you want to connect. If you are trying to connect to MS-SQL from UNIX I would recommend FreeTDS. If you are using windows, you can do an ODBC connection or I believe all WINPHP builds come with MSSQL Support built in and you just need to look at the manaul for mssql_connect();
OH terribly sorry. I do not want to do a ODBC connection. Like for mysql its mysql_connect("localhost","username","password");
I am looking for someone to help me with how to connect to SQL instead of MySQL. I Know you