Learning PHP and MySQL
Figure 10-04 A simple form with a text area element
<form>
<label>Suggestion: <textarea name="suggestions" cols="40" rows="5"></textarea>
</label>
<input type="submit" value="Go! />
</form>
This creates the example in Figure 10-04 in the book.
Posted by on 08/18 at 10:58 AM
Next entry: Figure 10-05 Checkboxes
Previous entry: Figure 10-03 Text boxes