AFAIK, establishing a persistent connection to a MySQL server
(that´s what
pconnect stands for) will only work on servers where PHP
has been installed as Apache "module" --- seems that the remote
server has it installed as CGI.
Guess you´ll need to resort to using a regular
non-persistent connection, means "mysql_connect()"
works better ?