Hello,
I am putting together the following rank polling for my site...
The entire code may be viewed here...
The following method to assign the value of the javascript variable to PHP before writing to the database is not working.
$bat0 = $_GET['Batsman[0]'];
$bat1 = $_GET['Batsman[1]'];
...etc...
Any input is greatly appreciated...
Thanks,
Arun
I am putting together the following rank polling for my site...
The entire code may be viewed here...
The following method to assign the value of the javascript variable to PHP before writing to the database is not working.
$bat0 = $_GET['Batsman[0]'];
$bat1 = $_GET['Batsman[1]'];
...etc...
Any input is greatly appreciated...
Thanks,
Arun