help needed

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!

Moderator: General Moderators

Post Reply
amit1me
Forum Newbie
Posts: 1
Joined: Tue Mar 06, 2007 12:03 pm

help needed

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
Post Reply