I'm getting:
Parse error: parse error, expecting ','' or';'' in c:\apache\htdocs\find\index.php on line 65
This is the lines of script around it:
if (!empty($row[7])) {
echo " <td width=\"3%\" height=\"1\">" ;
echo " <a href=\"aim:goim?screenname=$row[7]&message=Hi+I+saw+your+clan+listed+on+Clanfinder.\"><img border=\"0\" src=\"aim.gif\" width=\"16\" height=\"16\"></a>";
echo " </td>";
}
if (!empty($row[8])) {
echo " <td width=\"3%\" height=\"1\">" ;
echo " <a href=\"http://edit.yahoo.com/config/send_webmesg?.target=$row[8]@yahoo.com&.src=pg\"><img border=\"0\" src=\"yahoo.gif\" width=\"16\" height=\"16\"></a>";
echo " </td>
}
if (!empty($row[10])) {
echo " <td width=\\"3%\" height=\"1\">" ;
echo " <a href=\"mailto:$row[10]\"><img border=\"0\" src=\"email.gif\" width=\"16\" height=\"16\"></a></td>";
echo " <td width=\"19%\" height=\"1\">";
echo " </td>";
}
Line 65 is...
echo " <td width=\"3%\" height=\"1\">" ;
the one after ROW 10