solaris/php/sybase problem

admin

Administrator
Staff member
the *.php file is like that:

<?
$con=sybase_pconnect("kevin.fly.com", "sa", "");
if(!$con)
die("can not connect to sybase,script halted.");?>

<title>it is a test!!!</title>
<body>
<pre>
it is a test"!!!!</pre>
</body>


error:
Fatal error: Call to undefined function: sybase_pconnect() in *.php on line 2

how to do with it?
thanks
 
Back
Top