Instructions:
Type a question in the text-field and press the button (or enter button).
If the answer turns out
blue then the answer is possitive.
If the answer turns out
red then the answer is negative.
If the answer turns out black then Im not sure what to answer...



Ask the magic 8ball a question!


Yes
", "No", "Of Course", "Never", "Maybe", "There is a Chance", "I'm not psychic you know!", "Sometimes", "I am quit sure about that!", "That is probably true", "Hell no..", "Don't even think about it....", "Mabye , mabye not", "You may count on it", "The chance is big as seeing Yoda and Willow in a mud wrestling competion!", "I would not even consider it..", "I must say yes...", "Damned right ...", "Sure thing..", "Hahah you're kidding right?", "If you're lucky"); srand((double) microtime() * 1000000); $count = count($answers); echo "You asked: "; echo $requiredquestion; echo "

and the answer is: " . $answers[rand(0,$count)]; } ?>


Created by Jonas Ljungkvist - Source is aviable here.