Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/07/2003, 17:10
Matdor
 
Fecha de Ingreso: junio-2003
Mensajes: 150
Antigüedad: 20 años, 9 meses
Puntos: 0
este error me suena

Pos eso q este error me suena pero no me acuerdo de qva .

mirar al intentar esto:

Código PHP:
<?
function array_envia($array) {

    
$tmp serialize($array);
    
$tmp urlencode($tmp);

    return 
$tmp;
}

$array=array("algo","nose","otracosa");
$array=array_envia($array);

// Usando un formulario y campo hidden.

?>
<form action="recibir_array.php" method="POST">
   <input name="array" type="hidden" value="$array">
   <input name="enviar" type="submit" value=" Enviar ">
</form>

Me sale este error
Código:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
xq ??????'






(la question sq este error me suena cachissss)