I'm ujsing php 4.0.3 with apache web server. generally i use mysql. but i have to use mssql for another reason.
so i am using ODBC for this purpose.
but the "odbc_fetch_array()" is not work. says, undefined function. but as far i know, this function should work with this version of PHP.
i was failed to get connection to mssql using PHP. how can i connect this??
thank you.