Hallo to everybody,
my problem is very simple: if i write:
<input name="F2070.1" type="hidden" value="12" />
<input name="name" type="hidden" value="F2070.1" />
the print_r result for $_GET and $_POST array is:
Array ( [F2070_1] => 12 [name] => F2070.1 )
So, what happend to the key F2070.1?? I use php module and Apache version is 2.0.43
Any idea? thanks in advance for your interest.
Claudio.
my problem is very simple: if i write:
<input name="F2070.1" type="hidden" value="12" />
<input name="name" type="hidden" value="F2070.1" />
the print_r result for $_GET and $_POST array is:
Array ( [F2070_1] => 12 [name] => F2070.1 )
So, what happend to the key F2070.1?? I use php module and Apache version is 2.0.43
Any idea? thanks in advance for your interest.
Claudio.