Hi there, On Sat, 3 Aug 2002 [EMAIL PROTECTED] wrote:
> Well I wouldn't use CGI.pm just to call param(). > > If I don;t use CGI.pm, it complains during compilation > - Undefined subroutine &Apache::ChangePassword::param. Yup. You need to parse the input some other way. It's not difficult. > when I look at the "access_log", during the failure case....I don;t see > any of the oldpass,newpass,confirmpass being Posted. Does this mean the > browser and Apache are not talking to each other some times ? > (FYI: this is same with IE or Netscape 6.2) Have you checked that the page you are sending to the browser contains what you think you are sending? Try "view source" or whatever it is that the browser offers to let you see the HTML that it is rendering. 73, Ged.