RE: [PHP] variable on 2 forms

2001-03-14 Thread Rudolf Visagie
asses 'Insert' in $p_request. Rudolf Visagie [EMAIL PROTECTED] -Original Message- From: pablo [mailto:[EMAIL PROTECTED]] Sent: 14 March 2001 04:58 To: Miguel Loureiro; php-gen Subject: Re: [PHP] variable on 2 forms I think you'll need to use javascript. put a input with the

Re: [PHP] variable on 2 forms

2001-03-14 Thread pablo
I think you'll need to use javascript. put a input with the type "hidden" in the first form with no value. Call a javascript function on the submit button or image action. This javascript must set the hidden input in form1 with the var2 value before submiting the form to the script. the object st