hello,
i am trying to figure out how i can display results in a html table
when the customer types in their order number i want to show only certain fields of each row . there will be multiple rows with the same order number?
anybody can give me an idea of what my code should be looking like?
thank you
How can i display these results in a HTML table?
Moderator: General Moderators
Re: How can i display these results in a HTML table?
Why are there multiple rows with the same order number? That doesn't sound right at all.
Re: How can i display these results in a HTML table?
i want to show a list of products they bought. i list each product bought in a database separately with the order number. I'm sure theres a better way to do it but this is a very simple site i am working on not going to be much traffic/orders
Re: How can i display these results in a HTML table?
bump...anybody?
Re: How can i display these results in a HTML table?
What have you tried? Where are you running into problems? You should be able to accomplish this with a simple query selecting the columns you want WHERE orderid = foo