Hi, everybody...
I'm trying to learn PHP...
Bought a book (Beginning PHP 4)...
And here is my Question...
Code snipet...
<form method=get action='mylist.php>
<Select name="EngineSize[]">
.
.
.
When I go to the php script
echo $GET['EngineSize[0]'];
echo $GET['EngineSize[1]'];
Nothing shows up... I guess this is an issue with the globals.
Anybody?
TIA