After finding that with PHP 5.2.5 mssql_field_name would only return the first 30 characters of the field, I installed php_dblib.dll and the problem was solved. But now I find that MS SQL Server 2005 dates are returned as
Oct 1960 12:00:00:000AM
whereas before I got the day also. How can I get the day please?
PHP Windows 5.2.5 date problem using php_dblib.dll
Moderator: General Moderators
Re: PHP Windows 5.2.5 date problem using php_dblib.dll
Just found the mssql.datetimeconvert = Off section of php.ini which helped towards a solution.