Hi, im using php to connect sybase , and it would seem that when I write program like it:
<?php
$host="cw" ;
$user="cwoptor" ;
$password="zhangwu_rotpowc" ;
sybase_connect($host,$user,$password,'iso_1');
?>
it look at this:
Warning: Wrong parameter count for sybase_pconnect() in c:\ddn_web\default.php on line 5
but what matter?
china
fox4000