Hi,
I'm having problems using $_POST.
In the html form the 'name' is
name = "fromdate[mday]"
I am trying to use this variable. The way I have tried it is not working. This is what I have got
Does anyone know how I can get this to work?
Thanks
I'm having problems using $_POST.
In the html form the 'name' is
name = "fromdate[mday]"
I am trying to use this variable. The way I have tried it is not working. This is what I have got
PHP Code:
$_POST[fromdate[mday]];
Thanks
Comment