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.
--
zzapper
Best of VimTips
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.
--
zzapper
Best of VimTips
Comment