Closed dead23angel closed 10 years ago
Maybe you mean replacing mysql_pconnect by mysql_connect ?
To be honest, I don't know which one I should use. Refering to this thread : http://stackoverflow.com/questions/2441255/php-pconnect-vs-connect it seems that is acceptable to keep pconnect.
In the future, we will drop mysql functions and we will replace it by PDO SQL.
Regards
I'm on php 5.4 enabled mysqli and PDO on this function error was.
The mysql_pconnect may be disabled on some hosts, that's why you have this error.
Error in line 39, you have mysql_connect instead of vysql_pconnect