Well I already found the text messages, the thing is, i dont know how to change em, coz theyre a bit confusing. heres the code:
<? if ($result > 75) {
print "OMG!!! You are like so hip and 'with it'!";
} elseif ($result < 25) {
print "You are a normal well adjusted individual.";
} else {
print "You are potentially a teeniebopper...you should quickly burn your boy band posters!";
}
?>
i dont have a clue what to do here, so any help would be appreciated.