sorry yeh its not a numbered key as like the next posts $EricCodesArray[TI][2]
>= Original Message From [EMAIL PROTECTED] =
>echo $EricCodesArray[2][2];
>
>No.
>
>
>> would this work ?
>> $EricCodesArray[2][2] ?
>> > #http://www.php.net/manual/en/ref.array.php
>> $EricCodesArray = array (
>
At 01:47 09.03.2003, John Taylor-Johnston said:
[snip]
>New at this, somewhat:
>
>#http://www.php.net/manual/en/ref.array.php
>$EricCodesArray = array (
>"CO" => "Description", "Input Name", "Select Name", "Option Name",
>"Option Selected",
>"AN" =>
> You need to have this
>
> $EricCodesArray = array (
> "CO" => array("Description",
>"Input Name",
>"Select Name",
>"Option Name",
>
You need to have this
$EricCodesArray = array (
"CO" => array("Description",
"Input Name",
"Select Name",
"Option Name",
echo $EricCodesArray[2][2];
No.
> would this work ?
> $EricCodesArray[2][2] ?
> #http://www.php.net/manual/en/ref.array.php
> $EricCodesArray = array (
> "CO" => "Description", "Input Name", "Select Name", "Option Name",
> "Option Selected",
> "AN" => "ERIC Number", "EricAN", "SelAN", "
would this work ?
$EricCodesArray[2][2] ?
>= Original Message From [EMAIL PROTECTED] =
>New at this, somewhat:
>
>#http://www.php.net/manual/en/ref.array.php
>$EricCodesArray = array (
>"CO" => "Description", "Input Name", "Select Name", "Option Name",
"Option Selected",
>"AN" => "
6 matches
Mail list logo