Connecting Tech Pros Worldwide Help | Site Map

PHP Shop - going through articles

Stefan Richter
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

I am trying to program my own shop -

So far I got all articles in a mysql database and now I want to go
through it
and dynamically creat a list of all articles.

That part is pretty easy - but now my problem is -
how can I dynamically create a form that has a text field for each
article,
where the user can enter the amount he wants to buy of that article.

Before I had a static shop - there it was easy - I knew the name of
every article so I made one amount variable for each of those
articles.

But dynamically, I don't know all that -
So how can I make it????

Thanks,

Stefan
Closed Thread