It's very good indeed and I saw the responses - v. posistive. (I have'nt
checked through the whole FAQ yet but it looks well researched).

Since you've beaten us to it the FAQ we have drawn up here and 'have been
ready to post very soon' for too long had better get posted ASAP... Watch
this space...

Tim

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Kennish
> Sent: 27 April 2001 18:03
> To: [EMAIL PROTECTED]
> Subject: Re: php and mysql
>
>
> Its "p" for persistant BTW.  It's alright Tim, I'll let you off.  ;-)
>
> What dya think of my FAQ anyway?  I'm getting a few positive
> responses that
> are increasing the size of my head this evening!
>
> ---
>
> Ben Kennish
> email | [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Tim Sellar" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 27, 2001 5:56 PM
> Subject: RE: php and mysql
>
>
> > Typical. p indicating password I suppose. I guess I'll leave the PHP
> > questions to those who know what they're talking about...
> >
> > Tim
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Kennish
> > > Sent: 27 April 2001 17:46
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: php and mysql
> > >
> > >
> > > No there is a mysql_pconnect.
> > >
> > > It's likely that you haven't installed a PHP-MySQL module or it isn't
> > > included in /etc/php.ini.
> > >
> > > ----
> > > Ben Kennish
> > > email | [EMAIL PROTECTED]
> > >
> > > ----- Original Message -----
> > > From: "Tim Sellar" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, April 27, 2001 5:39 PM
> > > Subject: RE: php and mysql
> > >
> > >
> > > > Try using 'mysql_connect(localhost, mayesnuke, password);'
> > > > I think mysql_pconnect is 'an undefined function'
> > > >
> > > > Tim
> > > >
> > > > > -----Original Message-----
> > > > > From: [EMAIL PROTECTED]
> > > > > [mailto:[EMAIL PROTECTED]]On Behalf Of Sam Mayes
> > > > > Sent: 27 April 2001 16:09
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: php and mysql
> > > > >
> > > > >
> > > > >
> > > > >  Ok everything is going well except for the funny ssh
> problem. now,
> i
> > > > > install the php/apache/mysql skeleton you guys released. php
> > > > > work, mysql is
> > > > > up and working, apache works, now when i try a simple
> connect to the
> > > mysql
> > > > > database i get this error
> > > > >
> > > > > Fatal error: Call to undefined function: mysql_pconnect()
> > > > >
> > > > >
> > > > > and here is the simple code for testing.
> > > > >
> > > > > <?php
> > > > >
> > > > >   mysql_pconnect(localhost, mayesnuke, password);
> > > > >   @mysql_select_db("mayesnuke") or die ("Unable to select
> database");
> > > > > ?>
> > > > >
> > > > > its like mysql isnt compiled in php4. Any ideas??
> > > > >
> > > > >
> > > > > Sam
> > > >
> >

Reply via email to