Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
[EMAIL PROTECTED] cc: [EMAIL PROTECTED] 11/15/2002 Subject: Re: [PHP-INST] Question about mysql_connect() function

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 10:18:04 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > >--with-mysql=shared,/opt/bcs' > > Shorten it to --with-mysql will use the internal php mysql support > Try it :-)) This worked, thank you all for your help... Christopher

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
ECTED] 11/15/2002 Subject: Re: [PHP-INST] Question about mysql_connect() function 10:

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Skully
iday, November 15, 2002 4:03 PM Subject: Re: [PHP-INST] Question about mysql_connect() function > In a message dated 11/15/2002 9:53:15 AM Eastern Standard Time, > [EMAIL PROTECTED] writes: > > > if it does not, i'd reconfigure. > > well first check if a phpinfo() call

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 10:09:33 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > It´s really easy...you don´t have any mysql support build in! Say again > ./configure --your-stuff --with-mysql :-)) This is listed in the "Configure Command" box: --with-mysql=shared,/opt/bcs'

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 9:53:15 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > if it does not, i'd reconfigure. > well first check if a phpinfo() call shows mysql is installed? Im looking over my phpinfo page and don't see anything about mysql... What section would it be under..

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
PROTECTED] 11/15/2002 Subject: Re: [PHP-INST] Question about mysql_connect() function

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread xfesty
On Saturday, November 16, 2002, at 01:44 AM, [EMAIL PROTECTED] wrote: Is there a setting in php.ini that would disable the mysql_connect() function? I have the same exact script on two servers but one of them keeps giving me "Call to undefined function: mysql_connect()" Probably just means that

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
In a message dated 11/15/2002 9:47:37 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > i know you need to connect to run other functions, but does you set up > recognize other mysql_functions? at least giving you an access denied > error, instead of undefined function? No, it does not...

Re: [PHP-INST] Question about mysql_connect() function

2002-11-15 Thread Jeffrey_N_Dyke
: 11/15/2002 Subject: [PHP-INST] Question about mysql_connect() function 09:44 AM

[PHP-INST] Question about mysql_connect() function

2002-11-15 Thread CSParker1
Is there a setting in php.ini that would disable the mysql_connect() function? I have the same exact script on two servers but one of them keeps giving me "Call to undefined function: mysql_connect()" Thanks for any help... Christopher