I'm sorry, you must be in the wrong forum. This is the general help forum where people can gain help from experts, not be criticized for what they know. Furthermore, as someone new to PHP, I did learn something. You may have missed the part where I said, "I think you'd put the php in the second form and use the variable $e." $e is the number associated with how many lines there are. In the second form I would imagine it would be something like the first php.
<?php
something{
?>
textbox
<?php
}
?>
I would not be asking this if I hadn't tried it myself. Yes, I did learn something from the help. But I could not get it to work. I don't understand what it needs to know to create the textbox from the button in the first form:
<input type="hidden" name="rowsx" value="<?php echo $rowsx+1; ?>" />
<input name="submit" type="submit" value="Add another row" />
As for your javascript idea, this is for a simple shipping cart. I would rather not lose 18% of my business because the only way to make it work is with JS. The PHP is fine.
Again I ask, if anyone can offer some general help to someone who does not completly understand php, I would appreciate it.:bemused: