ive looked around on the internet (and these forums) for a day or so, and i cant find any answer :\
heres the error i get
Parse error: parse error, unexpected ')' in /home/yvonne1/public_html/bestof/bosend.php on line 125
and the code around those lines areee
// lets begin writing the results
// Write $somecontent to our opened file.
if (fwrite($handle, $somecontent,) === FALSE) {
echo "Cannot write to file ($filename)";
exit;
}
// Write $somecontent to our opened file.
if (fwrite($handle2, $somecontent2) === FALSE) {
echo "Cannot write to file ($filename)";
exit;
}
line 125 is if (fwrite($handle, $somecontent,) === FALSE) {
more info:
the script is for my yearbook class
you know the "best of" pages, like best hair, best eyes, etc.
people are going to go online and vote. the rest of the script is done. but i just get that error :\
thanks