Hi ,
I have a data file similar to like tis:
y|round1|match1|crows|kangaroos|16/06/2001/colonial stadium
if the first element is Y, it means that that is the current round. So i will load those elements into array, explode and display in a form(radio)to the user. Now user has to select those tips and submits. The script behind submit must be able to read what user has selected and write to a file which opens with his name. The problem is I am unable to find out what user has selected. What i have to do ?