I did try using the script that you provided but I couldn't get it working. Sorry for sounding stupid.
It the
$items = array('item 1', 'item 2', 'item 3', 'item 4', 'item 5', 'item 6', 'item 7', 'item 8', 'item 9');
part that is confusing me. I am using a MySQL query and want the results of this to be put into the table that I'm creating.
$query1 = "SELECT cat_name FROM fps_categories WHERE cat_parent = {$_GET['id']}";
$result1 = mysql_query ($query1);
Would you be able to clarify where I am going wrong? Many thanks for your help.
Jamie 🙂