amahmood
08-28-2005, 09:30 PM
When register_global is off one have to use $_POST to get the values from a form. How about arrays?
for example when I have a form with a text box name "myValue" I would code:
$myValue = $_POST['myValue'];
Now how about when I have $myValue[]?
for example when I have a form with a text box name "myValue" I would code:
$myValue = $_POST['myValue'];
Now how about when I have $myValue[]?