this is my javascript code :
function category(row){ dataparam = \"oper=delete&row=\"+row; $.ajax({ type: \"POST\", url: \"multiuplo
You want $_REQUEST['opers'] while you pass oper. Notice the additional "s".
$_REQUEST['opers']