Posted by pc on 08/22/07 01:58
I was wondering if there is a more gracious way to write the below code: //$input is an array .I just need its 0th and 2nd key-not the 1st.I want to avoid using temp $temp=array_keys($input); print $temp[0];print $temp[2]; Thanks in advance! PC
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming