El código completo lo dejo a continuación-->
Código
<div class="registros" id="agrega-registros">
<table class="table table-striped table-condensed table-hover">
<tr>
<th width="300">Folio</th>
<th width="200">TimeSet</th>
<th width="150">Título</th>
<th width="100">Usuario</th>
<th width="150">Fecha Creación</th>
<th width="100">Fuente</th>
<th width="300">Observaciones</th>
<th width="200">Documento</th>
<th width="200">Imagen</th>
<th width="100">Opciones</th>
</tr>
<?php
include('../php/conexion.php');
echo '<tr>
<td>'.$registro2['idnoticias'].'</td>
<td>'.$registro2['timeset'].'</td>
<td>'.$registro2['titulo'].'</td>
<td>'.$registro2['folio'].'</td>
<td>'.$registro2['fecha1'].'</td>
<td>'.$registro2['fuente'].'</td>
<td>'.$registro2['observaciones'].'</td>
<td><textarea>'.$registro2['archivoDoc'].'</textarea></td>
<td><img src="../contactosmaster/fotos".$registro2[Imagen]></td>
<td><a href="javascript:editarProducto('.$registro2['idnoticias'].');" class="glyphicon glyphicon-edit"></a> <a href="javascript:eliminarProducto('.$registro2['idnoticias'].');" class="glyphicon glyphicon-remove-circle"></a></td>
</tr>';
}
?>
Alguien me puede ayudar a crear el código correcto para que se vea la imagen con el código que escribí???
Saludos
Mod: Los códigos deben ir en etiquetas GeSHi, modifica el título, debe ser descriptivo al problema
Mod: Temas sobre PHP van al subforo de PHP.


 
  




 Autor
 Autor
		


 En línea
									En línea
								



 
						
