mysql_pconnect() too many simultanous connection issue
I designed a registration portal with databridge and my site keeps prompting a warning about too many connections whenever i try to connect to database. After going through a lot of forums, it was suggested that i should used mysql_connect() instead of the persistent version. What are the possible changes i could make to the codes of my pages generated by data bridge to as to be compatible with mysql_connect()?