Re: Error with PHP: undefined function: mysql_connect()

2005-11-28 Thread Ciprian Constantinescu
This solution is valid, but not advisable. If you run your server in a production environment, you shouldn't allow the dl function, as your users could activate any extension > Or better, add that extension runtime because otherwise it will just consume > computer resources, and maybe not every PH

Re: Error with PHP: undefined function: mysql_connect()

2005-11-28 Thread Octavian Rasnita
From: "Ciprian Constantinescu" <[EMAIL PROTECTED]> > In PHP 4.1 you have to include the mysql.so extension. To do so, you have to > modify php.ini, extensions section > Or better, add that extension runtime because otherwise it will just consume computer resources, and maybe not every PHP program

Re: Error with PHP: undefined function: mysql_connect()

2005-11-28 Thread Ciprian Constantinescu
rror in vegadns package > (DJB TinyDNS GUI) : > > Fatal error: Call to undefined function: mysql_connect() > in /home.www/html/vegadns/src/connect.php > > Some diagnostics I ran for info on version etc.: > > [EMAIL PROTECTED] src]# mysqladmin -u root ping > mysqld is alive

Re: Error with PHP: undefined function: mysql_connect()

2005-11-28 Thread sheeri kritzer
ntos 4.2 with mySQL & PHP (binary RPM > install) as per versions given below. Getting error in vegadns package > (DJB TinyDNS GUI) : > > Fatal error: Call to undefined function: mysql_connect() > in /home.www/html/vegadns/src/connect.php > > Some diagnostics I ran for inf

Re: Error with PHP: undefined function: mysql_connect()

2005-11-24 Thread Gleb Paharenko
ting error in vegadns package > (DJB TinyDNS GUI) : > > Fatal error: Call to undefined function: mysql_connect() > in /home.www/html/vegadns/src/connect.php > > Some diagnostics I ran for info on version etc.: > > [EMAIL PROTECTED] src]# mysqladmin -u root ping

Error with PHP: undefined function: mysql_connect()

2005-11-24 Thread Sanjay Arora
Please help. Newbie running Centos 4.2 with mySQL & PHP (binary RPM install) as per versions given below. Getting error in vegadns package (DJB TinyDNS GUI) : Fatal error: Call to undefined function: mysql_connect() in /home.www/html/vegadns/src/connect.php Some diagnostics I ran for inf

Re: Call to undefined function: mysql_connect()

2005-04-07 Thread Gleb Paharenko
following versions installed that came with Redhat Linux: > apache 2.0.46 > mysql 3.23.58 > php 4.3.2 > > I am getting the following error when I tried to connect to MySQL thru PHP. > > Fatal error: Call to undefined function: mysql_connect() in > /var/www/html/inclu

Call to undefined function: mysql_connect()

2005-04-07 Thread sudheshna aaa
Team, I am trying to make apache-php and mysql work on Linux Redhat. I have the following versions installed that came with Redhat Linux: apache 2.0.46 mysql 3.23.58 php 4.3.2 I am getting the following error when I tried to connect to MySQL thru PHP. Fatal error: Call to undefined function

RE: undefined function: mysql_connect()

2002-04-26 Thread Brian P Austin
: undefined function: mysql_connect() TK> Hello, i'm trying to use PHP4 and MySQL and i'm getting undefined function: TK> mysql_connect() This question belongs on a/the PHP mailing list, but the answer is that you need to compiled PHP --with-mysql. Please read the PHP installation

Re: Fatal Error: Call to undefined function: mysql_connect()

2002-04-25 Thread Georg Richter
On Thursday, 25. April 2002 08:17, Andrew Rich wrote: > 5. I have determined I was running a copy of PHP that did not have MYSQL > support compiled in. Yes, looks like this is an an very old version, without mysql-support. > 6. Could someone suggest where i could get a PHP copy that supports MYS

Re: Fatal Error: Call to undefined function: mysql_connect()

2002-04-24 Thread Donna Robinson
> 1. I found I had a RPM Install of PHP and a compiled version. (Off my book > cdrom) :-(( happened to me 2 > 4. I want to start from scratch but don't want to have to re-format nah. you've rpm -e'd the rpm. I had to build from scratch to compile mysql + php in as I couldn't find an off-the-she

Fatal Error: Call to undefined function: mysql_connect()

2002-04-24 Thread Andrew Rich
$db = mysql_connect( Fatal Error: Call to undefined function: mysql_connect() 1. I found I had a RPM Install of PHP and a compiled version. (Off my book cdrom) 2. How can you get rid of file that you have gunziped ? in reverse, ie 'remove the following files' instead of 'instal

Re: undefined function: mysql_connect()

2002-04-24 Thread Victoria Reznichenko
Tewfic, Wednesday, April 24, 2002, 6:14:58 PM, you wrote: TK> Hello, i'm trying to use PHP4 and MySQL and i'm getting undefined function: TK> mysql_connect() TK> both PHP and MySQL are working on their own, but i have something missing TK> form the PHP setup where it doesn't recognise MySQL. I

Re: undefined function: mysql_connect()

2002-04-24 Thread Julie Meloni
TK> Hello, i'm trying to use PHP4 and MySQL and i'm getting undefined function: TK> mysql_connect() This question belongs on a/the PHP mailing list, but the answer is that you need to compiled PHP --with-mysql. Please read the PHP installation instructions in the very handy manual at http://ww

undefined function: mysql_connect()

2002-04-24 Thread Tewfic Kidess
Hello, i'm trying to use PHP4 and MySQL and i'm getting undefined function: mysql_connect() both PHP and MySQL are working on their own, but i have something missing form the PHP setup where it doesn't recognise MySQL. I'd really