I was recently taking a small quiz in PHP as part of a job interview (by the way if anyone knows of a job opening for a telecommuting contractor, please let me know). One of the questions posed contained this piece of code which has been slightly modified for our use. <input type=”text” name=”order” value=”<?php echo $_POST['order']; ?>” [...]



