Nog Dog,
Much appreciate your post.
Searched and found I am using mysql_pconnect()
right in a connection script:
$hostname_a = "";
$database_a = "";
$username_a = "";
$password_a = "";
$a = mysql_pconnect($hostname_a, $username_a, $password_a) or die(mysql_error());
But you know, I have several sites with this host and they all use mysql_pconnect()
How do I find out if the "p" can be removed other than simply testing it?
Is there a type of script that requires it?
(Dreamweaver may have put it there)
As for ignore_user_abort it is Off