I have a table in my PHP page and when I use the POST action to another PHP page the [REMOTE_USER] variable get dropped out of the $_SERVER[] array. Can someone tell me why this happens? Both pages are located in a protected directory. I am using the [REMOTE_USER] to identify the current user and limit what he can see on the page. There is no ($PHP_AUTH_USER)that I can find within $_SERVER[] to use either. I have temporarily gotten around the problem by using the GET action instead of POST within FORMs which does not modify the $_SERVER