I want create simple puzzle to select random 5 names from input.
Lets say I want to give a gift for my blog commentators. So I collect their name and paste into textarea
What I have done for now only form at http://jsfiddle.net/CDSuN/
$winner = 'john, micheal, peter, sally, rooney, owen, tevez, ronaldo, wayne rooney, nani';
How can be done to select the winners with php or jquery. Let me know