Hello
it would be nice if someone have ever encountered this problem and had found a solution.
I open a persistent connection on my PostGreSQL database and i need to register the int connect into a session_parameters. But when i do that :
session_register("pconnect");
$pconnect=pg_pConnect("dbname=head");
and when i do an echo of $pconnect it appears that this varaiable doesn't exists anymore :-(
it works fine with all varaiables but not this.
Please HELP !