Hello,
I want to use Ms SQL Server functions of PHP to connect to SQL Server. I am using PHP on Linux Suse 7.0 platform.
When I try these functions, I get an error:
"Fatal error: Call to undefined function: mssql_connect() in....."
I compiled FreeTDS and SYBase for giving support but there is still same problem.
is there anyone who can help me?
do I need to add any library to my PHP code (via require() or include() )?