Mysql_connect opens up a database connection every time a page is loaded. mysql_pconnect opens up a connection, and keeps it open across multiple requests.
Mysql_pconnect uses less resources, because it does not need to establish a database connection every time a page is loaded.
If you have the better answer, then send it to us. We will display your answer after the approval.