Ver Mensaje Individual
  #15 (permalink)  
Antiguo 30/01/2015, 14:36
spark21
 
Fecha de Ingreso: diciembre-2007
Mensajes: 38
Antigüedad: 16 años, 4 meses
Puntos: 1
Respuesta: else if echo imagen en tabla

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