I have a strange problem. I recently migrated my application from my local xampp installation to a SUSE Enterprise Server 11 and everything is working but this one thing dri
Try $_REQUEST instead of $_GET and/or $_POST
$_REQUEST
$_GET
$_POST