Forum Moderators: coopster
Recently the host moved the whole site over to a Microsoft 2003 server and now nothing works.
I am getting the following error now:
Fatal error: Call to undefined function: mssql_connect()
It also looks like variables are not being posted. When I submit a form, the variables are empty when the form loads.
Are these all installation issues that the host has missed or is there a way to wake SQL up in my code.
You can always drop a PER_DIRECTORY configuration file with the
register_globals directive which will make it all work right away while/if you update your variables. It's described in the link, just turn the directive ON again in your case.
I still have the issue with the unknown function mssql_connect. I read something on another site about a line needing to be uncommented in the php.ini file. The host for this client says that they won't make that change for me.
Is there a way to activate the extension=php_mssql.dll in the php scripts I upload to the site?
This site is on a Microsoft 2003 server. Is there a similar config file that I can add to my php directory on a Microsoft server?
<?php
php_info();
?>