I got that email as well, what I am doing is a multiple choice quiz programmed in javascript, I'm completely new to PHP, maybe it has to do with qa being an array? This is the entire code:
#!#TITLE
Take Action
#!#JS
#!#BODY
?>
<SCRIPT LANGUAGE="JavaScript">
<!--
var qa = new Array('C 30%','B 13%','D 80%','E 74%','A 30% 10%','C 75%','E 80%','B 10','C 42%','D 70%');
var expl = new Array();
expl[0] = "In 1997, <b>30%</b> of households were headed by women."
expl[1] = "In 1999, women held <b>13%</b> of the seats in the 535- member 106th Congress. In 2001, women hold 73, or 13.6%, of the 535 seats in the 107th US Congress."
expl[2] = "In 1992 and 1994, <b>80%</b> of women registered to vote actually voted in the national elections."
expl[3] = "In 1997, <b>74%</b> of all women between the ages of 25 and 54 were in the labor force."
expl[4] = "In 1997, women represented approximately <b>30%</b> of lawyers and doctors and approximately <b>10%</b> of engineers and fortune 500 corporate officers."
expl[5] = "In 1997, among year-round full time workers, women’s weekly earnings were <b>75%</b> of men’s."
expl[6] = "In 1997, women and children (under 18) represented <b>80%</b> of the total number of people living in poverty."
expl[7] = "In 1995, about one in every <b>10</b> American girls between the ages of 15 and 19 became pregnant."
expl[8] = "Approximately <b>42%</b> of high school girls participate in at least one school-sponsored sport."
expl[9] = "In 1960, 38 percent of girls who graduated from high school enrolled in college the following fall. In 1996, <b>70%</b> of girls who graduated from high school enrolled in college the following fall."
function display(x)
{
var i,j,t;
var display = window.open('', 'NewWin');
display.document.write("<html>"

;
display.document.write("<font face = Arial>"

;
display.document.write("<body bgcolor=#ffffcc>"

;
display.document.write("<h2>Facts about Women and Girls Quiz</h2>"

;
display.document.write("Read below to see your results.<br><br>"

;
for (i=0;i<qa.length;i++)
{
answer = '?';
t = eval('x.qa'+(i+1));
for (j=0;j<5;j++) {
if (t[j].checked) {
answer = t[j].value;
break;
}
}
display.document.writeln('<b>',i+1,'</b>');
display.document.write(". <b><font color=003399> You answered: " + answer + ", the correct answer is: " +qa
+"</font></b><br><b>Fact: </b>"+expl + '<P>')
}
display.document.write("View our <a href=page.php?id=3.1.13a>Resources</a> for the facts about Women and Girls Quiz"
;
display.document.close();
}
// End -->
</SCRIPT>
<font size=2 face=Arial>
<h5>How much do you know about the status of women and girls? Test your
knowledge and take our facts about Women and Girls Quiz! Just take a
few minutes to complete the following 10 questions.</h5>
<noscript>JavaScript is <b><i>disabled</i></b>. We're sorry, you must have JavaScript enabled in order to take our quiz.</noscript>
<hr noshade>
<form name="qa" action="page.php?id=3.1.13.txt" method="POST">
<b>1. In 1997, ____ of households were headed by women?</b><p>
<input type="radio" name="qa1" value="A 18%">18%<br>
<input type="radio" name="qa1" value="B 25%">25%<br>
<input type="radio" name="qa1" value="C 30%">30%<br>
<input type="radio" name="qa1" value="D 46%">46%<br>
<input type="radio" name="qa1" value="E 51%">51%<br><p>
<b>2. In 1999, women hold ____ of the seats in the 535 member 106th Congress.</b><p>
<input type="radio" name="qa2" value="A 9%">9%<br>
<input type="radio" name="qa2" value="B 13%">13%<br>
<input type="radio" name="qa2" value="C 26%">26%<br>
<input type="radio" name="qa2" value="D 51%">51%<br>
<input type="radio" name="qa2" value="E 65%">65%<p>
<b>3. In 1992 and 1994, ____ of women registered to vote actually voted in the national elections. </b><p>
<input type="radio" name="qa3" value="A 29%">29%<br>
<input type="radio" name="qa3" value="B 41%">41%<br>
<input type="radio" name="qa3" value="C 62%">62%<br>
<input type="radio" name="qa3" value="D 80%">80%<br>
<input type="radio" name="qa3" value="E 95%">95%<p>
<b>4. In 1997, ____ of all women between the ages of 25 and 54 were in the labor force.</b><p>
<input type="radio" name="qa4" value="A 33%">33%<br>
<input type="radio" name="qa4" value="B 45%">45%<br>
<input type="radio" name="qa4" value="C 50%">50%<br>
<input type="radio" name="qa4" value="D 62%">62%<br>
<input type="radio" name="qa4" value="E 74%">74%<br><p>
<b>5. In 1997, women represented approximately ____ of lawyers and doctors and approximately ____ of engineers and fortune 500 corporate officers. </b><p>
<input type="radio" name="qa5" value="A 30%, 10%">30%,10%<br>
<input type="radio" name="qa5" value="B 45%, 15%">45%,15%<br>
<input type="radio" name="qa5" value="C 50%, 25%">50%,25%<br>
<input type="radio" name="qa5" value="D 62%, 38%">62%,38%<br>
<input type="radio" name="qa5" value="E 74%, 51%">74%,51%<br>
<p>
<b>6.In 1997, among year-round fulltime workers, women’s weekly earnings were ____ of men’s </b><p>
<input type="radio" name="qa6" value="A 55%">55%<br>
<input type="radio" name="qa6" value="B 65%">65%<br>
<input type="radio" name="qa6" value="C 75%">75%<br>
<input type="radio" name="qa6" value="D 85%">85%<br>
<input type="radio" name="qa6" value="E 95%">95%<p>
<b>7. In 1997, women and children (under 18) represented ____ of the total number of people living in poverty </b><p>
<input type="radio" name="qa7" value="A 33%">33%<br>
<input type="radio" name="qa7" value="B 51%">51%<br>
<input type="radio" name="qa7" value="C 63%">63%<br>
<input type="radio" name="qa7" value="D 75%">75%<br>
<input type="radio" name="qa7" value="E 80%">80%<p>
<b>8. In 1995, about one in every ____ American girls between the ages of 15 and 19 became pregnant. </b><p>
<input type="radio" name="qa8" value="A 5">5<br>
<input type="radio" name="qa8" value="B 10">10<br>
<input type="radio" name="qa8" value="C 15">15<br>
<input type="radio" name="qa8" value="D 35">35<br>
<input type="radio" name="qa8" value="E 60">60<p>
<b>9. Approximately ____ of high school girls participate in at least one school-sponsored sport. </b><p>
<input type="radio" name="qa9" value="A 15%">15%<br>
<input type="radio" name="qa9" value="B 27%">27%<br>
<input type="radio" name="qa9" value="C 42%">42%<br>
<input type="radio" name="qa9" value="D 68%">68%<br>
<input type="radio" name="qa9" value="E 82%">82%<p>
<b>10. In 1960, 38 percent of girls who graduated from high school enrolled in college the following fall. In 1996 ____ of girls who graduated from high school enrolled in college the following fall </b><p>
<input type="radio" name="qa10" value="A 32%">32%<br>
<input type="radio" name="qa10" value="B 49%">49%<br>
<input type="radio" name="qa10" value="C 56%">56%<br>
<input type="radio" name="qa10" value="D 70%">70%<br>
<input type="radio" name="qa10" value="E 84%">84%<p>
<CENTER>
<input type=button value="Results" onClick="display(this.form);">
</CENTER>
</fORM>
</font>
<?php
if (!(isset($qa))){
$qa="";
} else {
$subject = "Quiz";
$m = sprintf ("Quiz\n----------------------\n\n %s\nIn 1997, ____ of households were headed by women %s\nIn 1999, women hold ____ of the seats in the 535 member 106th Congress %s\nIn 1992 and 1994, ____ of women registered to vote actually voted in the national elections. %s\nIn 1997, ____ of all women between the ages of 25 and 54 were in the labor force %s\nIn 1997, women represented approximately ____ of lawyers and doctors and approximately ____ of engineers and fortune 500 corporate officers %s\nIn 1997, among year-round fulltime workers, women’s weekly earnings were ____ of men’s %s\nIn 1997, women and children (under 18) represented ____ of the total number of people living in poverty %s\nIn 1995, about one in every ____ American girls between the ages of 15 and 19 became pregnant %s\nApproximately ____ of high school girls participate in at least one school-sponsored sport %s\nIn 1960, 38 percent of girls who graduated from high school enrolled in college the following fall. In 1996 ____ of girls who graduated from high school enrolled in college the following fall", stripslashes($qa1), stripslashes($qa2), stripslashes($qa3), stripslashes($qa4), stripslashes($qa5), stripslashes($qa6), stripslashes($qa7), stripslashes($qa8), stripslashes($qa9), stripslashes($qa10));
mail("mlluberes@girls-inc.org", $subject, $m);
}
?>
I appreciate your help.