mssql_connect("localhost","login","pass");
returns
Fatal error: Call to undefined function: mssql_connect()
I just installed php/apache/mysql etc on a win2k server. after 4 years of asp.. and considering the price of .net im calling it quits... and going php.
everyhing is fine.. im connecting to mysql fine, but not mssql...
undefined function?
im using php 4.0.6
this function should be in there right?