el codigo es este:
Código PHP:
Ver original echo "<table width="100" border="0" cellpadding="2" cellspacing="0" style='background-color:#FFF;' class='lq_set'>
<tr>
<td width="88" valign='top' ><img src='archivos/".$row['file_one']."' width="88" height="60" /></td><td width="88" valign='top' ><img src='archivos/".$row['file_two']."' width="88" height="60" /></td> <td valign='top'><table width="100%" border="0" cellspacing="0" cellpadding="1" class='lq_set' style='margin-bottom:5px;' >
<tr>
<td class='Titulo lq_set' ><a href='resultado.php?id=".$row['id_anuncio']."'>".$row['titulo']."</a></td>
</tr>
<tr>
<td colspan="3" valign='top' class='Texto'><span>
".$row['comentario']."
</span>
</td>
</tr>
</table>";
}
me da este codigo de error:
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in C:\wamp\www\misarchivos\archivos\mostrar.php on line 30
esta es la linea 30:
Código PHP:
Ver originalecho "<table width="100" border="0" cellpadding="2" cellspacing="0" style='background-color:#FFF;' class='lq_set'>
alguien me ayuda?