well, the reason is because bad programmers don't close their mysql connections. even though php will automatically close each connections, it never fails to be an efficient coder. so how do you fix this.
well, close all mysql connections at the end of your script with the following function code:
mysql_close($mysql_connection);
NOTE: the variable $mysql_connection is whatever variable you use to connect to your mysql server.
hope this help:
Webune Support - World Class IT Support.

