Learning PHP and MySQL

Figure 10-03 Text boxes

<form>
<
input  type="text"  name="search"  size="10"  maxlength="30"  />
</
form>

This creates the Figure 10-03 in the Learning PHP & MySQL book.

Posted by on 08/18 at 10:56 AM

Next entry: Figure 10-04 A simple form with a text area element

Previous entry: Example 10-03 Form default values

<< Back to main