Hi,
Im trying to select only certain rows from a sql DB,
say i have 100 rows, every row has a field called "category" and theres 4 different categories. lets say i want to select all the rows from just category "widgets"
What is the php command for this?
Also, if i want to display all the categories, only once on a page how would i select all unique categories, but display them only once?
Thanks so much for any help!!
(note, im not asking how to connect, select db, select table, etc., just need the command for selecting particular things)
Thanx