RE: [PHP] Transfer variable to next web-page

2001-11-17 Thread Matthew Loff
Richard already answered the variable part, but I thought I'd point out that you need to use double quotes in your HTML tags... Single quotes are incorrect... text for button "); ?> Or... text for button "); ?> Or... Better yet, why not just: text for button See the PHP ma

Re: [PHP] Transfer variable to next web-page

2001-11-17 Thread Richard S. Crawford
Use $phpVariableName = $htmlVariableName; Remember to use the $ in front of the variable that you toss from the HTML form. At 10:00 AM 11/17/2001, Olav Drageset wrote: >I just started.. > >How do you transfer a variable from one web-page to another >I try to use a form like this: >ec