What is the function mysql_pconnect() useful for in PHP?
              
              
              1 Like
            
          mysql_pconnect() function tries to connect the MySQL database. This function returns the connection on success and an error on failure.