Posted by mantrid on 09/23/06 14:23
HelloIn the following snippet of code x text fields are generated. I can include <br> at the end to split them onto separate lines, but how do I modify the code to have two text fields on each line? for ($x = 1; $x <= $ansperquest; $x++){ echo "Type Answer ".$x ?><input name="<?php echo 'ansE'.$x; ?>" size="30" type="text"><?php } Thanks Ian
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming