I have a website that's getting it's ass kicked so I tried changing the DB connections to use mysql_pconnect instead of mysql_connect. After doing that, I started getting mysql errors left and right, all of which were claiming that a table didn't exist inside a certain database... basically it looked like it was mixing up connections. Any idea how I can avoid this?