Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jianping Zhu wrote: | Thanks your for your advice. | | On Thu, 27 Feb 2003, Francisco Neira wrote: | | |>-BEGIN PGP SIGNED MESSAGE- |>Hash: SHA1 |> |>Jianping Zhu wrote: |>| I install |>| |>| php-4.1.2-7.3.6.i386.rpm |>| and mysql rpms in my red

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Jianping Zhu
Thanks your for your advice. On Thu, 27 Feb 2003, Francisco Neira wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jianping Zhu wrote: > | I install > | > | php-4.1.2-7.3.6.i386.rpm > | and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 > | but when i try to connect to mysql

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Jianping Zhu
On Thu, 27 Feb 2003, Francisco Neira wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jianping Zhu wrote: > | I install > | > | php-4.1.2-7.3.6.i386.rpm > | and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 > | but when i try to connect to mysql by using phd i always get erro

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jianping Zhu wrote: | I install | | php-4.1.2-7.3.6.i386.rpm | and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 | but when i try to connect to mysql by using phd i always get error msg | | "Call to undefined fuction mysql_connect()" | | my php

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Shannon Neumann
Check to see that you have the php-mysql rpm installed. -- Shannon Neumann Neumannweb Computers www.neumannweb.net Jianping Zhu wrote: I install php-4.1.2-7.3.6.i386.rpm and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 but when i try to connect to mysql by using phd i always

php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Jianping Zhu
I install php-4.1.2-7.3.6.i386.rpm and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 but when i try to connect to mysql by using phd i always get error msg "Call to undefined fuction mysql_connect()" my php code looks like ** Hello