Posted by Paul Lautman on 06/08/06 12:24
RalphLacle@gmail.com wrote:
> Hi,
>
> I hope somebody can explain this to me.
>
> I have a nested array:
>
> Array
> (
> [AiHist_SelectResult] => Array
> (
> [clsASCAiHist] => Array
> (
> [0] => Array
> (
> [HistID] => 0
> [AiID] => 0
> [TimestampUTC] => Array
> (
> [IsNull] => false
> [Value] => 632851929000000000
> )
>
> [AiValue] => 17.2
> )
>
> I only want to print the AiValue
>
> How can i do that?
Alan beat me to your answer. If you have a question like this again, posting
the output from var_export rather than print_r will mean that we can test
our answer to you quickly.
[Back to original message]
|