I have many connections on my mysql database if there are only 3 people are surfing on it.
Every time they refresh the site the connections rise. So in a few minutes I have 200 connections and 3 users. Is that a fault in my code or is it just normal.
Are you using pconnect?
Well I'am new to PHP and MySQL (for a week now) How do you mean?
In some on my php files I use
$dbcnx = @mysql_connect("localhost","","");
but i don't really some code to close it (is that necesarry?)