• PHP question
    5 replies, posted
-- Fixed --
Look up for loops and/or foreach loops.
-- Fixed --
[QUOTE=Neophyte;44860382]Done that I just get: Array Array[/QUOTE] Have you really tried foreach? From PHP manual: [CODE]foreach (array_expression as $key => $value)[/CODE] with that you could just echo $value['subscriptionid'];
[QUOTE=Neophyte;44860382]Done that I just get: Array Array[/QUOTE] Then you are doing something wrong and didn't [I]really[/I] learn how those loops work because that is the answer to your question.
[url]http://www.codecademy.com/courses/web-beginner-en-L83Do/0/1?curriculum_id=5124ef4c78d510dd89003eb8[/url] atleast learn the damn language...
Sorry, you need to Log In to post a reply to this thread.