Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/11/2005, 11:41
maga2307
 
Fecha de Ingreso: noviembre-2005
Mensajes: 53
Antigüedad: 18 años, 5 meses
Puntos: 0
IMG y PHP -- URGENTE POR FAVOR, AYUDAAAAA

Hola
Tras haber sorteado algunos obstaculos, como siempre, aparecen nuevos.... x ahora el problema es que al querer insertar el php que crea una imagen en base a las seleccionadas en flash y que eran recibidas mediante $_GET, se pierden.... Sucede que quiero incluirlo en un php para poder agregar textos y contenidos en HTML y no soy capaz de pasarle las variables. Adjunto el codigo que he puesto en el php principal (el que contiene al php que crea la imagen y que debe recibir las variables 'imgs').... y ojala algun alma caritativa se apiade de mi y le de un vistazo para detectar el error....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="360" align="left" valign="top">
<? $imgs = $_GET ['imgs']; ?>
<img src="postal.php?imgs="$imgs></img>
</td>
</tr>
<tr>
<td align="center"><p class="style1">&nbsp;</p>
<p class="style1">Probando...</p> <p class="style1">&nbsp;</p>
<p class="style1">&nbsp;</p>
<p class="style1">&nbsp;</p></td>
</tr>
</table>
</body>
</html>

Muchas gracias!
Saludos