Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] [PHP4] From: Dddogbruce \( <email protected>\) (\( <email protected>\))
Date: 03/25/01

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>