Hi guys....
i want to connect to a sybase DBserver....
but when i use this function
sybase_pconnect($DBserver, $DBuser, $DBpassword);
it's give me
Fatal error: Call to undefined function: sybase_pconnect() in /var/www/html/isu/Dbconnect.php on line 78
when i see php info
i see this
dbx
dbx support enabled
dbx version 1.0.0
supported databases MySQL
ODBC
PostgreSQL
Microsoft SQL Server
FrontBase
Oracle 8 (not really)
Sybase-CT
so is my PHP support to connect to sybase or not???
if it is not how can i make it support it using linux