|
|
| |
| General Gardening |
| SELECT * FROM qanda WHERE cat_ref=3 and responce_sent = 1 ORDER BY title DESC
|
| |
| Annual & Perennial Flowers |
| SELECT * FROM qanda WHERE cat_ref=5 and responce_sent = 1 ORDER BY title DESC
|
| |
| Herbs, Vegetables, and Fruit |
| SELECT * FROM qanda WHERE cat_ref=4 and responce_sent = 1 ORDER BY title DESC
|
| |
| Shrubs and Trees |
| SELECT * FROM qanda WHERE cat_ref=6 and responce_sent = 1 ORDER BY title DESC
|
| |
| Lawn Care |
| SELECT * FROM qanda WHERE cat_ref=1 and responce_sent = 1 ORDER BY title DESC
|
| |