Curt Zirzow <mailto:[EMAIL PROTECTED]> on Friday, June 25, 2004 9:29 PM said:
> In general practice, and depending on how much html you're
> outputing:
>
> function input($type,$size,$name,$value) {
> <?php
> <input type="<php echo $type?>" size="<?php echo $size?>"
> value="<?php echo $value?>" name="<?php echo $name?>>
> }
you must have been really worn out when you wrote that curt. :P
chris.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

