php-general | 2001032
Date: 03/25/01
- Next message: Greg Scott: "Re: [PHP] Delaying Printed Output"
- Previous message: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4]"
- In reply to: Joe Brown: "Re: [PHP] [PHP4]"
- Next in thread: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
All the variables are true. When I "post" the information to a nother file from
the form, it works.
This is the form script, if you're wondering..
<HTML>
<TITLE>Submit news</TITLE>
<BODY>
<form action="newSubmit.php" method="post">
<td>Name:</td>
<td><input type="text" name="frmName" size="24"><br>
<td>Email:</td>
<td><input type="text" name="email" size="24"><br>
<td>Subject:</td>
<td><input type="text" name="subject" size="24"><br>
Message:
<textarea name="message" rows="8" cols="70"></textarea><br>
<input type="submit" name ="formSubmit value="Submit">
</BODY>
</HTML>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Greg Scott: "Re: [PHP] Delaying Printed Output"
- Previous message: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4]"
- In reply to: Joe Brown: "Re: [PHP] [PHP4]"
- Next in thread: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

