Hey, I just installed apache and php on my desktop and everything was
working great. I went to go make a form and I am getting these errors
everytime I try to access one of the variables in the form

 Notice: Undefined variable: guest_name in C:\www\book_add.php on line 18

anyone got an idea why its doing it. this is what my form looks like.
<form method=get action="book_add.php">
Your Name: <input name="guest_name" type="text"><br>
Your e-mail: <input name="address" type="text"><br>
Your comments:<br> <TextArea name="comments" cols="50" rows="5">
</textarea>
<br>
<br>
<input type=submit>
</form>
 and my out put it this
<?php $guest_name; ?>
 any ideas why I can't access my query variables??

Richard West
[EMAIL PROTECTED]



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

Reply via email to