I'm not getting any result back from calls to sybase_connect. Not positive, not negative, not zero.
$db = sybase_connect("myserver","myuser","mypassword");
echo "db=".$db."<BR>";
The echo produces nothing between the equal sign and line break tag.
Any help would be appreciated.
$db = sybase_connect("myserver","myuser","mypassword");
echo "db=".$db."<BR>";
The echo produces nothing between the equal sign and line break tag.
Any help would be appreciated.