[PHP] php and apache...single sign on

2003-09-17 Thread Mike Klein
I would like to piggyback on an Apache realm/dialog authentication and feed these credentials to a mysql connection (or connection to anything else) in my php scripts. Is there a way using the php Apache apis (seems like no) or via apache itself to make these credentials available/visible to a

[PHP] How to update url on server side...php header func?

2003-09-23 Thread Mike Klein
I have written a database explorer/update program and when the user successfully updates/inserts a new record I would like to have the url updated to reflect new query (in addition to returning form w/new values). I am using url/get for all data transfer rather than post. Maybe this is a proble

RE: [PHP] How to update url on server side...php header func?

2003-09-23 Thread Mike Klein
es. mike -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 4:53 AM To: Mike Klein; [EMAIL PROTECTED] Subject: RE: [PHP] How to update url on server side...php header func? [snip] Basically original url is (pseudo) "select * from ta