Posts: 217
Location: UK.Lancashire(true)
|
I would say that A1 is the button name, could you please post the code that reads
$A1= $_post['A1'];
if you don’t have one then add it. if you don’t have it then problem is probably that, on the working machine superglobals is on and on this one where it isn’t working it is off (check the php.ini), it should always be off as it is now for security.
|