echo "";
$Student = array ("albert Einstein", "Ivan the Terrible", "Napolon",
"Simon Bolivar", "Issac Newton");
while(list(,$name)=each($Student)){
echo "what grade did $name get in Maths?";
echo"";
echo "
Grade A
Grade B
I am having problems generating an array based on data passed from a
form.
The form has a series of fields with the same name "math". When
submited if
i have register_globals=on i have no problems calling a $math variable
and
it spits out all the values assigned to math, however with
register_glob
Hello,
I am having problems generating an array based on data passed from a form.
The form has a series of fields with the same name "math". When submited if
i have register_globals=on i have no problems calling a $math variable and
it spits out all the values assigned to math, however with
regist
3 matches
Mail list logo