Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] Parse Error installing #64 Building a Photo Gallery Re: [Solved] Parse Error installing #64 Building a Photo Gallery

#64345
Jenifer
Member

Hello Friends,I have some problem regarding parsing.
I am getting Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING error, here are the lines:
for($i=0; $i<12; $i++){
$aquery = "INSERT INTO uaq_scbatsmen VALUES(‘$row2’, ‘a’, ‘$a_player[$i]’, ‘$a_out[$i]’, ‘$a_balls[$i]’, ‘$a_4s[$i]’, ‘$a_6s[$i]’, ‘$a_runs[$i]’)";
mysql_query($aquery);
}
The problem line is the middle one ($aquery). Most probably problem is that I am missing some " or ; or something else but after hours of head banging I still can’t find the problem.
Regards
Jenifer
Support executive