Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/09/2009, 12:59
Avatar de gjx2
gjx2
 
Fecha de Ingreso: agosto-2008
Ubicación: R.D
Mensajes: 1.153
Antigüedad: 15 años, 9 meses
Puntos: 139
Respuesta: Me ocurre el error "...unexpected '}'..." en host de imagenes

Le falta un punto y coma aqui

Código PHP:
Ver original
  1. $varstat = "Error al subir el archivo"

Y en la ultima parte esto/.

Código PHP:
Ver original
  1. <?php if ($_GET['image'] != "") { ?>
  2. <img src="tmp/<?php echo $_GET['image'] ; ?>" >
  3. <?PHP } ?>