Hey,

I have just set up iis5 and php on my home computer
So that I can work without an internet connection
on a remote site.  Build the pages at home, connect,
and move the pages onto the main site.

My connection string is not working, though and I'm
not sure what the problem is.

My SQL server is "MICA", database "stuDev" and the
password is "xy&Pass".

<?PHP
        $conn = sybase_connect("mica", "stuDev", "xy&Pass");
?>

The error i'm getting is:
Fatal error: Call to undefined function: sybase_connect() in
c:\inetpub\wwwroot\stuart\test.php on line 2

I'm not sure how to trouble shoot this and would
welcome any ideas.

Thanks!
Dena


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to