hello I use session register in my PHP4 on my PostgreSQL, the session resgister do there thing correctly for the username and database name which are inputed my a user at my login screen. my question is my can I not set the session for my password. it looks like this <?php "session_start();" "session_register(U_Name);" "session_register(Password);" "session_register(DBname);" ?>
can anyone help me please
this might help a bit more it is the error message that is produced.
Warning: Unable to connect to PostgreSQL server: fe_sendauth: no password supplied in /home/httpd/html/ibrresults.html on line 18
On line 18 is my pg_connect statement
thanks again
and line 18 looks like....
And why are there quotes around each line of PHP code?
pc_connect("host=$server port=$port user=$U_Name password=$Password dbname=$DBname");
sorry for thr confusion