El error persiste usando urlencode y urldecode
De esta manera llamo a la pagina y envio el dato
$parametrosurl.="?txtdescripcion=".urlencode($txtd escripcion);
header("Location: ingresa_control.php".$parametrosurl);
exit;
De esta manera obtengo el dato desde la pagina
$txtdescripcion=urldecode($_GET["txtdescripcion"]);
El error ahora me indica que es esta ultima pagina no la encuentra
Not Acceptable
An appropriate representation of the requested resource /intranet20/sitio/ingresa_control.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at
www.icollege.cl Port 80