You guys should not forget htmlspecialchars() :)
<input name="firstname" value="<?= htmlspecialchars($array['firstname']) ?>">



Jay Blanchard wrote: > <input type="text" value="<?php print($db_table_stuff); ?>">


Adam Voigt wrote: > <input name="firstname" value="<?php echo $array['firstname']; ?>"> > <input name="lastname" value="<?php echo $array['lastname']; ?>">




-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to