Hello,

I am new to PHP

I have a t-sql based stored procedure which I want to execute via PHP, I have tried all odbc_prepare, odbc_execute and odbc_exec but somehow I have not been able to execute the SP.

The SP is perfectly fine as it executes properly from SQL API.

Is there a PHP setting that I need to turn on / enable for this?

Thanks in advance for your help