Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 633793b2101377fd0eba15d290f2f2bf > files > 9

ezcomponents-UserInput-1.4-4.mga4.noarch.rpm

<form action='tutorial_example_01.php'>
First name: <input type='text' name='firstName' value='<?php echo $property_firstName; ?>'/><?php echo $warning_firstName; ?><br/>
Last name: <input type='text' name='lastName' value='<?php echo $property_lastName; ?>'/><?php echo $warning_lastName; ?><br/>
Age: <input type='text' name='age' value='<?php echo $property_age; ?>'/><?php echo $warning_age; ?><br/>
E-mail: <input type='text' name='email' value='<?php echo $property_email; ?>'/><?php echo $warning_email; ?><br/>
<input type='submit' value='submit'/><br/>
</form>
<?php
// just to make my test script happy
?>