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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to