Código PHP:
<?php
if($row_tabladetours['accepted']=='1'){
echo ("<img src='http://argavirtual.com/lib/skins/templatemo_254_agency/images/vistobueno.gif'>");
}
elseif($row_tabladetours['accepted']=='2'){
echo ("<img src='http://argavirtual.com/lib/skins/templatemo_254_agency/images/vistomalo.png'>");
}
else{
echo("No mostar nada");
?>
<?php
mysql_free_result($tabladetours);
mysql_free_result($tabladetours1);
mysql_free_result($tabladetours2);
mysql_free_result($tabladetours3);
?>
Parse error: syntax error, unexpected $end in /home/argavirt/public_html/lib/skins/TABLA DE JOSE.php on line 76
Línea 76 es la última de este código