Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2004, 01:21
Avatar de gds
gds
 
Fecha de Ingreso: febrero-2003
Mensajes: 31
Antigüedad: 21 años, 2 meses
Puntos: 0
problema c/ cargador de extensiones

programé un cargador de extensiones ".so" de PHP


el código es este:

<?php

if ($cargar == "true") {

dl ($ext.".so");

}

else {
echo <<<HTML
<form action="cargador.php?cargar=si">
<b>Extensión:</b><br />
<input name="ext" type="text">
<input type="submit" value="Enviar"></form>
HTML;

}

?>


Notas: las register_globals están activadas y corre bajo Linux.

Les agradezco, Andy
__________________
It is not enough for a handful of experts to attempt the solution of a problem, to solve it and then to apply it. The restriction of knowledge to an elite group destroys the spirit of society and leads to its intellectual impoverishment. - Albert Einstein

Última edición por gds; 11/04/2004 a las 01:22