per product Form Tag ??

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
phpcoder
Forum Contributor
Posts: 158
Joined: Sat Nov 02, 2002 1:18 pm
Location: Manchester, UK

per product Form Tag ??

Post by phpcoder »

Hi,
I got a page in shopping cart that displays 6 or 8 products with ADD buttong. I was thinking is it the right way to use seperate FORM tag for each of the product, as I wanna send few hidden fileds as well. Is ther any other better way?

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's either multiple form tags or lots of unique field names. This has nothing to do with PHP however. Moved to client-side.
Post Reply