Posted by zzapper on 03/13/07 21:40
On Mar 13, 8:43 pm, Erwin Moller
<since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
> zzapperwrote:
> > Hi,
> > At present at the top of each of my php pages I reconnect to my
> > database
>
> > mysql_connect(...);
>
> > is that actually necessary/good practice. Isn't there something about
> > persistent connections.
>
> yes, try pconnect as in mysql_pconnect()
Hi
thnx 4 quick replies
Yes I actually use an include for the connection.
I assume mysql_pconnect obviates the need for require_once?
--
zzapper
Best of VimTips
http://www.vim.org/tips/tip.php?tip_id=305
[Back to original message]
|