Code:
SELECT `ItemTitle` FROM `dd_items`
Will select the ItemTitle for every row in the table, although this may not be very practical.
You can use this to narrow down results:
Code:
SELECT `ItemTitle` FROM `dd_items` WHERE `ItemID`=XXX
Where XXX is the ID number of a certain item, ItemID is I presume unique so this would only return one value for ItemTitle.
More info:
http://dev.mysql.com/doc/refman/4.1/en/select.html
There are loads of tutorials on the web with more info you should check them out to.
http://www.google.co.uk/search?hl=en...e+Search&meta=