Hi,
Can anyone tell me, or know, a good url where I can find how to get an MSSQL-database running with PHP.
It already works with the ODBC functions, but I want to use the MSSQL functions (like mssql_connect, ....)
Thanks in advance..
BrOcKy
I don't know, sorry...
i think you have to complie it with ms sql support, look in artical on umm Cross-platform and Portable Development With PHP
on the main page they do some ms sql stuff
to activate the MSSQL you need to active the Extension in php.ini mssql.dll look for
;extension=php_mssql.dll
and become
extension=php_mssql.dll
so now following your path you can live php_pssql.dll in the dir 'Extension' or put it in 'C:\php' (in this case is my path...)
I try with the scrip 'MSSQLQUERY' that you can find in this site and it work fine....