Hi all,
I´m currently (trying to 🙂) develop our businesses website and basically learning as I go along as far as php is concerned.I have hit a brick wall, literally, regarding the following part of the website.
I want to make a "customize your pc" section in the workstation area of the site (you can take a look at what i have so far at www.totaltec.net/shop, totally underconstruction ;-)).
The idea i wanted to base on was like Alienware´s site:
http://www.alienware.com/main/configurator_pages/area51.asp
Im totally stuck at how to generate the table rows and columns correctly with:
while ($row = mysql_fetch_rows($result)) {
blah blah blah
}
so that in the first column/s i have the $category_name out of the database and in the second colum/s i have the <select>´s with the item names and their price values in them.
I just need a little bit of orientation.
Thanks in advance, any help is appreciated and i can provide code and or more details if you have no idea what i am on about ;-)
Rob