Exactly my thoughts :) Remember, when reading the documentation follow it correctly, only MySQL support is enabled by default, I sent myself through loops trying to get mssql working in php, simple solution is edit the php.ini and set your modules dir to C:\path\to\php\extentions
:) -- Charles Butler [EMAIL PROTECTED] Research and Development American Telanet Corp. -----Original Message----- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: function/extension help I *think* you need php_sybase_ct.dll. You would find it in c:\php\extensions, and need to copy it into windows\system32. After that, modify your php.ini as follows : ; windows extension extension=php_sybase_ct.dll (remove the ';') Regards, Philippe "Arthur Chevalier" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > Hi, > > I am very new to PHP. I installed it on a box with Win 2K and IIS. I > am trying to utilize the Sybase functions, but I keep getting the > following > error: > > Fatal error: Call to undefined function: sybase_connect() in > c:\inetpub\wwwroot\sybase.php on line 2 > > > Can anyone possible tell me how to get/install the Sybase > functions/extensions????? > > Thanks, > > Art Chevalier > Sybase Replication Administrator > Space and Naval Warfare Center, Chesapeake > 1-757-523-8303 > > -- 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] -- 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]