I am setting up Php 5 on my notebook (use 4.3 for my development) and I apparently have not set something correctly. With my test and other code, the mysql_pconnect() is not recognized.
Suggestions welcomed....
<?php
include "pv.inc.php";
if (mysql_pconnect($gvars[host], $gvars[user], $gvars[password]))
echo "Connected<br />";
else echo "Cannot connect";
?>
Fatal error: Call to undefined function mysql_pconnect() in C:\Apache\htdocs\pvrc\php\testmysql.php on line 3