![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/05/2009, 14:56
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 68
Antigüedad: 18 años, 4 meses Puntos: 0 | |
Respuesta: asignar nombre a variable.. AYUDA!! Ya lo intenté así y sigue sin funcionar... <?php
$idHon = $_GET['idHon'];
$loadPdf = $_REQUEST['mod'];
if($loadPdf=="subpdf"){
upload($idHon);
}
function upload($idHon){
...
$idHon2 = $_REQUEST['$idHon'];
...
?>
Como si no tuviera nada la variable.... :( |