<form method="POST" action="submit.php">
<p>Processor:
<select name="cpu" size="1" id="cpu">
<option selected>AMD Sempron 2200+</option>
<option>AMD Sempron 2600+</option>
<option>AMD Athlon XP 3000+</option>
<option>AMD Athlon XP 3200+</option>
<option>AMD Athlon 64bit 3500+</option>
<option>AMD Athlon 64bit 3800+</option>
<option>AMD Athlon 64bit 4000+</option>
<option>AMD Athlon X2 Dual Core 4400+</option>
</select>
<input type="text" name="textfield">
</p>
it would be the same for other items
imnot sure what type of form component to use instead of input type"text"
but it needs to be an output so it is not right.
i know the rest of it works. i also have a dbconnect.php file, a submit.php file vieworders.php and delete.php
If it comes to the worst, i can always add the price to the end of the items name,but it would look better in a seperate box. it could be handy if i did have the seperate boxes, and something to add the contents together together to give you a total price.