This is for a internal order taking web page. It would look something like this. I'm assuming I would want a HTML table for the product (from a drop down box) and quantity. My problem is how to get the data from the table once they press save. They could have entered one product or 40 products so it would need to be somewhat dynamic and not just 40 input boxes and receive them from $_POST (or maybe this is what I need to do). I guess I'm asking how to approach this. Is this something I can do with PHP or do I need to use js?
Thanks. If I'm not clear (distinct possibility) just let me know and I'll take another shot at trying to explain what I'm after