I have a page that returns some results from a SQL query to a MysQL database. For some reason, it's returning every value twice, I think because it's stored in the database both wth a numerical index, and a string index. How can I extract just the indexes and values that have a string index, and disregard those with a integer index?I have a page that returns some results from a