Re: [PHP-INST] Call to undefined function: mysql_connect

2003-01-22 Thread Jim Thome
MySQL support is bundled with PHP 4.x, you don't have to enable it. You can disable it (--with-mysql=no) or point it to your mysql client libraries (--with-mysql=/path/to/mysql) What is your configure line, OS, and PHP version? -- Jim >>> Chris Hewitt <[EMAIL PROTECTED]> 01/22/03 09:35AM >>> M

Re: [PHP-INST] Call to undefined function: mysql_connect

2003-01-22 Thread Chris Hewitt
Michael Christie wrote: Hi list , I have set up PHP4 on a open bsd box with mysql I was able to connect, create a database and create a new user, etc. Another problem has come up. Now, trying to connect to the database I have created, am using the standard PHP function: mysql_connect, and am

Re: [PHP-INST] Call to undefined function: mysql_connect ()

2002-10-28 Thread Rasmus Lerdorf
Make sure you load the mysql.so extension in your php.ini file. On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > > I'm pretty sure this is the [shared] option. I wrote the same thing to a > guy a couple weeks ago and it helped him. Granted i live on Solaris, but i > have never seen any documentati

Re: [PHP-INST] Call to undefined function: mysql_connect ()

2002-10-28 Thread Jeffrey_N_Dyke
I'm pretty sure this is the [shared] option. I wrote the same thing to a guy a couple weeks ago and it helped him. Granted i live on Solaris, but i have never seen any documentation around using sharedbut if there is i'm sure someone will speak up. hth Jeff |---|