Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/11/2007, 08:50
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Ayuda con script , mezclando php + html

Prueba asi:
Código PHP:
<?php
$level 
sacar_level("casa");
?>
<Table border="0" cellpadding="0" cellspacing="0" width="30%">
        <table>
            <tr>
              <td align="center">
                Granja: Nivel.<?php  echo $level?>
            </td>
            <td width="8%" align="center">";
                <form action="test4.php?valor=lvl_granja" method="POST">
                <input type="hidden" name="valor" value="lvl_granja">
                <a href="test4.php?valor=lvl_granja" onclick = "document.forms[0].submit()">Subir al nivel.<?php echo $level 1?></a>
                </form>
Saludos.