pass values to another scipt

2002-05-14 Thread Sven Bentlage
Hi! I am using one script to secure the members area and offer several search functions for am mysql database. another script offers the possibility to update data in this database. Botth scripts require the user to ennter name, lastname and password. Now I want to enable the user to get

pass values to another scipt

2002-05-14 Thread David vd Geer Inhuur tbv IPlib
Hi All, I am currently having the same problems as Sven. I tried to get some info on it as wel, but it seems a difficult one. I have made a simple example to explain it a little : HTML-CODE: --- html form method=post action=/cgi-bin/david/1.cgi table input type=hidden name=hide1 value=secure

Re: pass values to another scipt

2002-05-14 Thread Sven Bentlage
Ok, i found out how to pass a few arguments to the other script: a href=collectformdata.cgi?action=fetchf_name=$f_namef_surname=$f_surname Update/a The only problem I have left is that the variables are not passed on. Once I put names in there, it works just fine, but I do need

Re: pass values to another scipt

2002-05-14 Thread fliptop
David vd Geer Inhuur tbv IPlib wrote: #!/user/cadiclab/bin/perl use CGI qw(:standard); $first = param('userid'); $last = param('pw'); $hide1 = param('hide1'); $hide2 = param('hide2'); print header, start_html(-BGCOLOR=#99), start_form; print Hallo userid:

Re: pass values to another scipt

2002-05-14 Thread David vd Geer Inhuur tbv IPlib
Hi Sven, Sorry, I thought you knew that one. But how to proceed if you don't want those ugly/insecure params in your location bar ? Regs David Ok, i found out how to pass a few arguments to the other script: a

RE: pass values to another scipt

2002-05-14 Thread David Gray
Hi Sven, Sorry, I thought you knew that one. But how to proceed if you don't want those ugly/insecure params in your location bar ? Use a form and an input type=image HTH, -dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pass values to another scipt

2002-05-14 Thread John Brooking
Secure?? Have you guys been paying attention to the Matt's Script Archive discussion? You can pass along parameters between pages either in the URL or as hidden fields, but NEITHER IS REALLY SECURE!! The hidden fields only stymie the newbies. :-) Anyone could just save the form to their hard