Forren2007-01-09 23:06:59
I'm making options in a list based on an array.
global $softwares;
$keys = array_keys($softwares);
foreach ($keys as $entry)
echo "";
I keep getting &entry as my choice though. Anyone have an idea as to how to actually make it give its value?
global $softwares;
$keys = array_keys($softwares);
foreach ($keys as $entry)
echo "";
I keep getting &entry as my choice though. Anyone have an idea as to how to actually make it give its value?
Unknown2007-01-09 23:44:31
Won't this work?
echo "";
CODE
echo "";
Forren2007-01-09 23:46:50
I'm such a noob
I used the wrong symbol.
& != $!!!!!
I used the wrong symbol.
& != $!!!!!
Verithrax2007-01-10 00:30:46
QUOTE(Forren @ Jan 9 2007, 09:06 PM) 371145
I'm making options in a list based on an array.
global $softwares;
$keys = array_keys($softwares);
foreach ($keys as $entry)
echo "";
I keep getting &entry as my choice though. Anyone have an idea as to how to actually make it give its value?
sudo apt-get install perl && lynx http://learn.pearl.org/