Now I get a pop up that says: Unknown(): Unable to load dynamic library 'F:\PHP\extensions\php_sybase_ct.dll' = The specified module could not be found. I've looked for spelling errors multiple time and I am absolutly 100% positive that the file is located with in that directory and is named exactly as it is up above.... AHHHHHH!!! WHAT DO I DO!? ----- Original Message ----- From: "Buics" <rbuico@pc.ntep.nec.co.jp> To: "Cameron Powell" <Homeskewld@xtreme-gamers.com> Cc: <php-db@lists.php.net> Sent: Monday, January 20, 2003 5:52 PM Subject: Re: Sybase_Connect > try to look at your php.ini file, then uncomment this line > > extension=php_sybase_ct.dll > > and also make sure that you setup your extension directory. > > ; Directory in which the loadable extensions (modules) reside. > extension_dir = "c:\php\" > > after that, restart your web server. > > best regards > --buics > > > > Cameron Powell wrote: > > > Im trying to figure out Sybase and I cant even seem to get past the first > > step of connecting > > Heres my code: > > <?php > > $con = sybase_connect("localhost", "EXP", "SQL"); > > sybase_select_db("EXPADMIN"); > > $qry = sybase_query("select * from EXP.access", $con); > > > > echo sybase_result($qry, 1, 1); > > > > sybase_close($con); > > ?> > > Heres the error: > > Fatal error: Call to undefined function: sybase_connect() in F:\Program > > Files\Apache Group\Apache\htdocs\index.php on line 8 > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > "Life is half spent before we know what it is" > -unknown > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php