PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm simply trying to echo a column of numbers that are fetched from a database. The problem is that when I attempt to select a key from the array ($row_test['game_cat_idx_game_cat_id'][$i]) it ends up cropping the item instead of choosing the key to echo. I always encounter this issue so an explanation would be greatly appreciated.