hi,
hope u guys can help me there.
I currently using PHP v4.2.3 on WinXP with IIS v5.
I haven't encounter any problem using PHP connect to MySQL database.
But now, I want to switch to Sybase database instead of using MySQL, so I had to change the php.ini setting. Below are what I did to this ini file.
php.ini
extension_dir=c:\php\extensions\
extension=php_sybase_ct.dll
After I had change the setting then I save it. But after I run a page using script sybase_connect(), it just promt up a warning message showing:
Unable to load dynamic liabrary
"c:\php\extensions\php_sybase_ct.dll"-The expected module could not be found.
But I did put that dll into where I had specified at extension_dir.
Can anyone told me what can I do in order for me to solve this problem.
Thanks.