Ver Mensaje Individual
  #18 (permalink)  
Antiguo 26/05/2009, 00:27
fatasma
Usuario no validado
 
Fecha de Ingreso: octubre-2008
Ubicación: BRUSELAS
Mensajes: 211
Antigüedad: 15 años, 6 meses
Puntos: 3
Respuesta: Exportar tabla html a excel!

sera una tonteria pero asi es como lo tengo yo en una pagina y me funciona

el input type text , pasalo a hidden. y
pon el formulario en html (sin el echo).

?>
<form action=excel.php method = POST>
<input type="hidden" name="export value="<?php echo $excel;?>"/>
<input type = "submit" value =" Importar">
</form>
<?php

copia el codigo y me cuentas que tal..