So, on my test machine, I had PHP with Apache, and I had the PHP SQL driver (not Microsoft). So, I used mssql_connect () and such commands to work with the database.
When I switched to another server, it has Microsoft PHP SQL Driver. Now it crashes and shows the PHP_via_FastCGI error when I execute mssql_connect () and other mssql_ php commands.
Could you advise how to solve this? Do I need to change the code to something else? If so, I have hundreds of files, do I need to change them in each?
Thank.
source
share