[PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Dear all, am quite new on php and Linux, after installing php-4.0.6 and run the test.php it worked OK but when i try to write the function to initially display records from sybase pubs2 i get the following msg Fatal Error:Call to undefined function: sybase_connect() in

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread Ray Hilton
Have you sompiled in sybase support? By defauly php doesn't compile with sybase functions, you must specifcally tell it too... -Original Message- From: nelo manuel [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 09:27 To: [EMAIL PROTECTED] Subject: [PHP] Fatal Error: Call to undefined

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Hi Ray, Yes i have compiled it with sybase under ./configure - sybase From: Ray Hilton [EMAIL PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 09:37:56 +0200 Have you

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread Ray Hilton
errors during configure/install? -Original Message- From: nelo manuel [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 11:28 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in i have compile it with sybase on ./configure

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
is ? phpinfo() ? thanks From: Ray Hilton [EMAIL PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200 Not sure other than that... If it compiles it means it can find

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200 Not sure other than that... If it compiles it means it can find the headers it needs from the sybase package

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread rm
PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200 Not sure other than that... If it compiles it means it can find the headers it needs from the sybase package... Is this sybase 11.9.2? I managed to build php

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
thanks you, but will it solve the Fatal error am getting when trying to retrieve records from sybase? Nelson London From: rm [EMAIL PROTECTED] To: nelo manuel [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread scott [gts]
? no the only thing that works is ? phpinfo() ? thanks From: Ray Hilton [EMAIL PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
to unsupported or undefined function sybase_connect() in /home/httpd/html/index1.php3 on line 2 appears again!! :/ help! From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 12:05:10 -0400

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread scott [gts]
:[EMAIL PROTECTED]] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in thanks you, but will it solve the Fatal error am getting when trying to retrieve records from sybase? Nelson London From: rm [EMAIL PROTECTED] To: nelo manuel

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
nice 1 scott, appreciate your help, i'll keep working on it :) Many Thanks, Nelson London From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 14:52:36 -0400 well, on second look

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Dear all, after lots of attempts to make my sybase work i still getting an error with my sybase_connect function, Fatal error call to undefined function sybase_connect()in my document root directory index.php3 ... i am now trying to compile ./configure -with -msql does any1 know the correct