Re: [PHP] passing variables between php forms

2002-05-09 Thread Jason Wong
On Friday 10 May 2002 07:41, baldey_uk wrote: > Hi sorry to annoy you AGAIN, but i cant seem to get it working i think > its something to do with the order that i put things in: > > > #end of html and start of php script > > > #Take the Variables from enterdetails.php that are posted from an

Re: [PHP] passing variables between php forms

2002-05-09 Thread Bogdan Stancescu
What exactly goes wrong? Indeed, you _should_ have $_POST["testvar"] available in the next page... The only problem I see is that you first echo the input and only then do you start the forms... which is an HTML problem, not a PHP one. Bogdan baldey_uk wrote: >Hi sorry to annoy you AGAIN, bu

[PHP] passing variables between php forms

2002-05-09 Thread baldey_uk
Hi sorry to annoy you AGAIN, but i cant seem to get it working i think its something to do with the order that i put things in: #end of html and start of php script '; ?>php # end of php script back into html Are your details correct? If i put the echo or INPUT type outside of the