>>echo $EricCodesArray[2][2];
No. Sorry. Empty set.

I would also like to express it something like:

select EricCodesArray where TI displays [2]

I want to pass TI into a function and build some html for that record.

Pseudo code:
echo (<P>TI[0] <input name="TI[1]"> <select name="TI[2]"><option 
name="TI[3]"></select>);

$EricCodesArray = array (
"CO" => "Description", "Input Name", "Select Name", "Option Name", "Option Selected",
"AN" => "ERIC Number", "EricAN", "SelAN", "AN", "AN «Annotation»",
"TI" => "Title", "EricTI", "SelTI", "BT", "BT «Book Title»"
);


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to