i have a database created in sybase; i am using php to program; and for now i am using apache on my pc as a test server for my pages (once i test the pages, i put onto real server -- ready for internet)--- the pages work beautifully on the actual server (in an inetpub/wwwroot folder), but they will not work when i try to run them through apache...does anyone have any suggestions on how to fix this problem?
btw, i get this error message:
Fatal error: Call to undefined function: sybase_connect() in c:program filesapache groupapachehtdocsp1n pages 011502
esults.php on line 178
THANX
COMPUKAT
Comments
in php.ini (is located in your win32 dir.) you can set the libraries who will load on startup. look if the sybase library is loaded and if it isn't list look then on the internet for the library. (all php functions are difined in libraries)
Alex
: i have a database created in sybase; i am using php to program; and for now i am using apache on my pc as a test server for my pages (once i test the pages, i put onto real server -- ready for internet)--- the pages work beautifully on the actual server (in an inetpub/wwwroot folder), but they will not work when i try to run them through apache...does anyone have any suggestions on how to fix this problem?
:
: btw, i get this error message:
:
: Fatal error: Call to undefined function: sybase_connect() in c:program filesapache groupapachehtdocsp1n pages 011502
esults.php on line 178
:
: THANX
: COMPUKAT
: