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
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
2 matches
Mail list logo