I cannot connect to Sybase using php.
my Sybase database is ASE 11.x, it is on, and my php and web server Wamp are on my PC on windows XP.
my Sybase server is on another machine and WampServer are on my PC.
How can I connect to the remove Sybase server?
in php.ini :
sybase.interface_file = "/usr/sybase/interfaces"
how can I write instead of "/usr/sybase/interfaces" ?
Thanks very much!