elseif ($this->majorid!='104076956295773' && $this->grad>='2013')
function majorRecommender () {
if (isset($this->majorid)) {
if ($this->majorid =='104076956295773' && $this->grad>='2011') {
echo "<p>Majoring in Computer Science is a definite plus. You're on the right track!<p>";
} elseif ($this->majorid='104076956295773' && $this->grad<='2011') {
echo "<p>You majored in Computer Science in college. This will help you in the job market.</p>";
} elseif ($this->majorid!='104076956295773' && $this->grad<='2011') {
echo "<p>Have you considered going back to school?</p>;
} elseif ($this->majorid!='104076956295773' && $this->grad>='2013') {
echo "<p>You still have time until you graduate. You should consider changing your major to Computer Science</p>";
} elseif ($this->majorid!='104076956295773' && $this->grad<='2012') {
echo "<p>You should consider minoring in CS.</p>";
}
} else {
echo "<p>What is your major?</p>";
}
}
Any help would be greatly appreciated.

New Topic/Question
Reply



MultiQuote






|