In this case you just need one IF statement to check
if ($s_veration <= $remnder_ver) {
echo" <strong>Specific Variation</strong> ought to have a value grater than <strong>Reminder Variation</strong>, please go back and alter your values";
}
You shouldn't be exiting either so leave that out