I am submitting a form with action=SET
I can see the form data on the status line when I press the submit button
I look for the data using:
$QueryString = $ENV {'QUERY_STRING'};
It remains empty.
I can read and print my version of samber
$version = $ENV{'SERVER_SOFTWARE'};
and other variables as well.

I have noticed that other variables come back empty
'REMOTE_USER'  & 'REMOTE_ADDRESS'

I am submitting the form from the LOCALHOST will this cause my QUERY_STRING
to remain empty?



--------------------------------------------------------------------------------
For unsubscription of this list send an email to [EMAIL PROTECTED] with email
data containing unsubscribe emailadd sambar

Reply via email to