Hey everyone,
so I've created this test PHP page that manages to pull and post all my categories. I'm trying to import the categories into a flash document, and the wp_list_categories function is working fine, but I don't know how to pull the data one by one. The data is stored in an array, and i want to be able to put that array into a loop that will create the list of variables, but I don't know how to pull the info from the array.
cat1 = Category 1
cat2 = Category 2
cat3 = Category 3
Please let me know your thoughts.
The blog I need help with is preapptastic.com.