Hi Randy,

> 
> I have an Oracle server running on Apache and I am looking for a way 
> to post the username from IIS to apache.  I tried an active server 
> page (ASP) running under IIS that POSTs a form variable but I haven't 
> figured out how to make Oracle/Apache read the post.  Anyone have any 
> ideas?  

If you are using Apache::ASP to receive the Post-Data (that's what i
suppose) 
you can use

my $username = $Request->Form ('INPUT_NAME');

where INPUT_NAME is the name of the Form's input tag.

Helmut

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to