Re: [PHP] fatal error undefined call to mysql_connect

2004-08-26 Thread Angelo Zanetti
Ok I found out that php is installed as an RPM so do activate mysql? thanks Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za John Nichel [EMAIL PROTECTED] 08/25/04 4:44 PM Angelo Zanetti wrote: so to include the mysql extensions to I have to

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread John Holmes
From: Angelo Zanetti [EMAIL PROTECTED] I have installed my php scripts on a new server (linux) and when attempting to run them I get this error. Is this error a configuration issue in my PHP.ini file or is it a user issue with mysql and connecting to the database? Enable mysql support in PHP. I

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread ramil
On Wed, 25 Aug 2004 16:12:53 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Hi all, I have installed my php scripts on a new server (linux) and when attempting to run them I get this error. Is this error a configuration issue in my PHP.ini file or is it a user issue with mysql and connecting

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file for the mysql entries? Thanks to those who responded ramil [EMAIL PROTECTED] 8/25/2004 4:21:14 PM On Wed, 25 Aug 2004 16:12:53 +0200, Angelo Zanetti [EMAIL PROTECTED]

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread John Nichel
Angelo Zanetti wrote: so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file for the mysql entries? Thanks to those who responded How did you install php? RPM (or similiar package), or source? If you installed from RPM, you can add

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
I never installed it so... here is my next question. how would I find out how it was installed? John Nichel [EMAIL PROTECTED] 8/25/2004 4:44:18 PM Angelo Zanetti wrote: so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread John Nichel
Angelo Zanetti wrote: I never installed it so... here is my next question. how would I find out how it was installed? Ask the person who set it up? If you're on a RPM based system (Red Hat, Fedora, etc), do this at the command line... rpm -qa | grep php and if PHP is installed as an RPM, it will

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Ian Firla
On Wed, 2004-08-25 at 17:08, Angelo Zanetti wrote: I never installed it so... here is my next question. how would I find out how it was installed? Look at the output of phpinfo(). But before doing that, read the documentation or you'll be back here in a flash with more really basic questions.

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Jason Wong
On Wednesday 25 August 2004 23:09, Ian Firla wrote: On Wed, 2004-08-25 at 17:08, Angelo Zanetti wrote: I never installed it so... here is my next question. how would I find out how it was installed? Look at the output of phpinfo(). But before doing that, read the documentation or you'll be