try this:
if (isset($_POST['hidd']) && $_POST['hidd'] != '20') {
// your code
}
solved $_POST[‘hidd’] != ’20’ doesnt work correctly [closed]
try this:
if (isset($_POST['hidd']) && $_POST['hidd'] != '20') {
// your code
}
solved $_POST[‘hidd’] != ’20’ doesnt work correctly [closed]