rexolio2008
Technical User
Can anyone help me?
My host has PHP and MySQL set up on his server. He also has SQL Server.
I have someone creating a PHP script for me, but I need it to adding records to a table in SQL Server instead of MySQL.
When my host trying to set up the mssql_connect function in the PHP.ini file, all sites on his server running PHP basically stopped working.
However, without the mssql_connect function enabled, you get the function undefined error on the script that's currently being developed.
1. Can mssql_ and mysql_connect both be enabled in PHP.ini and run on the same server?
2. Can anyone point me to a resource for getting this to work if it's possible (#1)
Thanks!
My host has PHP and MySQL set up on his server. He also has SQL Server.
I have someone creating a PHP script for me, but I need it to adding records to a table in SQL Server instead of MySQL.
When my host trying to set up the mssql_connect function in the PHP.ini file, all sites on his server running PHP basically stopped working.
However, without the mssql_connect function enabled, you get the function undefined error on the script that's currently being developed.
1. Can mssql_ and mysql_connect both be enabled in PHP.ini and run on the same server?
2. Can anyone point me to a resource for getting this to work if it's possible (#1)
Thanks!