Hello,
I have set up a database connect which looks like this:
$ControlPanel = mysql_pconnect($hostname_ControlPanel, $username_ControlPanel, $password_ControlPanel) or trigger_error(mysql_error(),E_USER_ERROR);
I am using pconnect because I am accessing that database from many different locations.
When I run this script I get a blank page, no errors. Here is the page http://www.fundvallarta.com
If I take out that script I can run other php functions without problem.
Also phpinfo() works fine aswell. I will send you the link if you want to see my php.ini file.
Please help me.
God Bless