Re: [PHP] A tricky little problem

2006-06-15 Thread Richard Lynch
On Thu, June 15, 2006 4:30 am, Ross wrote: > I have a multiple choice quiz where the questions & answers are > extracted > from an external file > > $q1 = "what is the capital of Scotland "; $a1 = "Edinburgh"; $b1 > ="Glasgow"; > $c1 ="dundee"; $d1 ="Stirling"; $q1_answer = $a1; > $q2 = "what is th

[PHP] A tricky little problem

2006-06-15 Thread Ross
I have a multiple choice quiz where the questions & answers are extracted from an external file $q1 = "what is the capital of Scotland "; $a1 = "Edinburgh"; $b1 ="Glasgow"; $c1 ="dundee"; $d1 ="Stirling"; $q1_answer = $a1; $q2 = "what is the capital of France"; $a2 = "Lyon"; $b2 ="Paris"; $c2 =