Hello,

I've got a form here:
http://www.winnefox.org/ccbc.html

Which I have running this:
<form method="get"
action="http://email.winnefox.org/wals/support/formmail.php";>

In that form, I also have it redirect the results to:
http://www.winnefox.org/form_results.php

What I get when I submit the form is this:
Notice: Undefined variable: Name
(there's one for each line)

On that results page, I have this:
<?php
        echo "<b>Your Name:</b> $Name <br />";
?>

Any ideas as to what the problem may be? is it possible to make that round
trip and have submitted info carry form one server to the other?

--
Jody Cleveland
([EMAIL PROTECTED])

Winnefox Library System
Computer Support Specialist

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to