Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/10/2008, 14:38
Avatar de webelgrillo
webelgrillo
 
Fecha de Ingreso: marzo-2008
Mensajes: 142
Antigüedad: 16 años, 1 mes
Puntos: 0
Include Dentro de una Variable

este es mi codigo pero no me sale.

Código PHP:
<table width="400px" border="0" cellspacing="0" cellpadding="0">
  <tr>

    <td width="100"><div align="center" class="pest"><a href="javascript:void(0);" onclick="MM_setTextOfLayer('cat','','<?php echo '$gene';?>')">Categorias</a></div></td>
    <td width="100"><div align="center" class="pest"><a href="javascript:void(0);" onclick="MM_setTextOfLayer('cat','','hola soy AYUDA')">Ayuda</a></div></td>
    <td width="248"><div class="fav"><a href="javascript:window.external.AddFavorite('http://www.bugaso.com','Bugaso.com - Descargas gratis');"><img src="images/star.gif" width="22" height="20" border="0" align="absmiddle"> Favoritos</a></div></td>
  </tr>
  <tr>
    <td colspan="3"><div id="cat"><?php
$gene 
= include 'generos.php'

?></div></td>
  </tr>
</table>
ayudenme