* Required
"; } if ( empty($cell)){ $err['cell'] = "* Required
"; } if ( empty($user)){ $err['user'] = "* Required
"; } /** * Form validation */ if( empty($name) || empty($email) || empty($cell) || empty($user)){ $msg = "All feilds are required!!! ×
"; }else if( $insta_mail != 'albiak47.com'){ $msg = "You should have a albiak47.com email to regiter! ×
"; } else if( in_array($cell_start, ['017','013','016','018','015', '019','014']) == false){ $msg = "Mobile number should be BD number×
"; } else if(filter_var($email, FILTER_VALIDATE_EMAIL) == false) { $msg = "Invalid email address! ×
"; } else{ $msg = "Data stable ×
"; } } ?>