Page 1 of 1

help needed

Posted: Tue Mar 06, 2007 12:30 pm
by amit1me
there is this array i have when i do a print array it looks like this

("02-07-2007") =>
("{value}")=>
[1] => "..."
................


where "value" is a value of a variable .
how can i fetch the "value" in foreach ,if i dont want will be the index there.
i tried it using the key ,value pair but couldn't get it

can anyone help me
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.

Posted: Tue Mar 06, 2007 1:04 pm
by RobertGonzalez
Can you do a var_dump() of the array and post it please? Also, please use the appropriate bbCode tags to make sure you are posting code properly.