I am trying to get \"OK\" if my condition False, i want to keep same if else order as given example, don\'t advice to move \"else\" content in \"if\" and \"if\" content in \"els
I tested this code and it works.
if(!($flag != 0 || $point >= 1000)){ echo "Not OK"; }else{ echo "OK"; }