Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/07/2010, 14:09
johhan16
 
Fecha de Ingreso: junio-2010
Ubicación: Venezuela, Zulia
Mensajes: 686
Antigüedad: 13 años, 10 meses
Puntos: 55
Respuesta: Cómo agregar etiquetas table, tr, td en variables php?

Código PHP:
<table>
<tr>
<td>
<div class="adsmanager_ads_desc">
  <?php if (@$positions[5]->title) {$strtitle adsmanager_html::getLangDefinition($positions[5]->title);} ?>
  
<?php echo "".@$strtitle."";
    if (isset(
$fDisplay[6]))
    {
    foreach(
$fDisplay[6] as $field)
    {
  
adsmanager_html::showFieldValue($row,$field,$field_values,$conf->email_display,$option,$itemid,1,$plugins); /* 1 = Ad Mode */
    
}
    }
  
?>

</div>
 </td>
</tr>

            
<tr>
<td> 
<div class="adsmanager_ads_price">
  <?php if (@$positions[3]->title) {$strtitle adsmanager_html::getLangDefinition($positions[3]->title); } ?>
  <?php echo "<h3>".@$strtitle."</h3>";
    if (isset(
$fDisplay[4]))
    {
    foreach(
$fDisplay[4] as $field)
    {
  
adsmanager_html::showFieldValue($row,$field,$field_values,$conf->email_display,$option,$itemid,1,$plugins) ; /* 1 = Ad Mode */
    
}
    }
  
?>
</div>
</td>
</tr>
</table>
la verdad nose si funcionara asi pero prueba a ver