Re: PHP: mysql_connect() undefined function

2006-08-17 Thread Roberto C. Sanchez
On Thu, Aug 17, 2006 at 12:17:11PM +0200, Paolo Pantaleo wrote: > > Well, > > on my toy hosting service I haven't python or ruby, only mysql and > php. I konw Python and I like it very much, but I think I cannot use Then find a better web host :-) Seriously, there are many web hosting providers

Re: PHP: mysql_connect() undefined function

2006-08-17 Thread Jan Dinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen wrote: > On Thu, Aug 17, 2006 at 12:28:22PM +0200 or thereabouts, Paolo Pantaleo wrote: > > [...] > >> I think the error says that PHP doesn't know the function, not that >> there is an error executing the function. >> >> So, finally googling

Re: PHP: mysql_connect() undefined function

2006-08-17 Thread Stephen
On Thu, Aug 17, 2006 at 12:28:22PM +0200 or thereabouts, Paolo Pantaleo wrote: [...] > I think the error says that PHP doesn't know the function, not that > there is an error executing the function. > > So, finally googling around I found the solution: > > in /etc/php/apache2/php.in > > I unco

Re: PHP: mysql_connect() undefined function

2006-08-17 Thread Paolo Pantaleo
2006/8/16, Stephen <[EMAIL PROTECTED]>: On Wed, Aug 16, 2006 at 05:52:46PM +0200 or thereabouts, Paolo Pantaleo wrote: > 2006/8/16, Stephen <[EMAIL PROTECTED]>: > >On Wed, Aug 16, 2006 at 05:24:44PM +0200 or thereabouts, Paolo Pantaleo > >> Any suggestion? > > > >I suspect that php4-mysql isn't

Re: PHP: mysql_connect() undefined function

2006-08-17 Thread Paolo Pantaleo
2006/8/16, Roberto C. Sanchez <[EMAIL PROTECTED]>: On Wed, Aug 16, 2006 at 05:24:44PM +0200, Paolo Pantaleo wrote: > Hi, > I am quite a newbie with PHP... > > I get this error message: > > Fatal error: Call to undefined function mysql_connect() in > /home/paolo/webs/mypic/s_page/guestbook.php on

Re: PHP: mysql_connect() undefined function

2006-08-16 Thread Roberto C. Sanchez
On Wed, Aug 16, 2006 at 05:24:44PM +0200, Paolo Pantaleo wrote: > Hi, > I am quite a newbie with PHP... > > I get this error message: > > Fatal error: Call to undefined function mysql_connect() in > /home/paolo/webs/mypic/s_page/guestbook.php on line 19 > > but I can use phpMyAdmin > > The sam

Re: PHP: mysql_connect() undefined function

2006-08-16 Thread Kevin Veroneau
Hello, I seem to be having this same error with my VPS(Virtual Private Server) which runs Debian Sarge. It uses the Apache2 Web Server and PHP4. Yet, I have another VPS located at a different hosting company which hasn't given me any problems with this. Plus the VPS which is having the very

Re: PHP: mysql_connect() undefined function

2006-08-16 Thread Stephen
On Wed, Aug 16, 2006 at 05:52:46PM +0200 or thereabouts, Paolo Pantaleo wrote: > 2006/8/16, Stephen <[EMAIL PROTECTED]>: > >On Wed, Aug 16, 2006 at 05:24:44PM +0200 or thereabouts, Paolo Pantaleo > >> Any suggestion? > > > >I suspect that php4-mysql isn't installed and/or activated. > > > >Theref

Re: PHP: mysql_connect() undefined function

2006-08-16 Thread Paolo Pantaleo
2006/8/16, Stephen <[EMAIL PROTECTED]>: On Wed, Aug 16, 2006 at 05:24:44PM +0200 or thereabouts, Paolo Pantaleo wrote: > Hi, > I am quite a newbie with PHP... We all were at one time. > I get this error message: > > Fatal error: Call to undefined function mysql_connect() in > /home/paolo/webs/m

Re: PHP: mysql_connect() undefined function

2006-08-16 Thread Stephen
On Wed, Aug 16, 2006 at 05:24:44PM +0200 or thereabouts, Paolo Pantaleo wrote: > Hi, > I am quite a newbie with PHP... We all were at one time. > I get this error message: > > Fatal error: Call to undefined function mysql_connect() in > /home/paolo/webs/mypic/s_page/guestbook.php on line 19 In

PHP: mysql_connect() undefined function

2006-08-16 Thread Paolo Pantaleo
Hi, I am quite a newbie with PHP... I get this error message: Fatal error: Call to undefined function mysql_connect() in /home/paolo/webs/mypic/s_page/guestbook.php on line 19 but I can use phpMyAdmin The same page works ok on another Apache serve. Any suggestion? Thnx PAolo -- if you have