Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/02/2010, 09:40
Avatar de hector2c
hector2c
 
Fecha de Ingreso: noviembre-2007
Ubicación: Perú - Tacna
Mensajes: 979
Antigüedad: 16 años, 4 meses
Puntos: 25
Pregunta Respuesta: echo int + imagen

estee... por que le pones doble parentesis a tu condicion???

Código PHP:
if (($finproceso==1)){ echo'<img  src="images/fin.gif" width="13" heigt ="13"/>';} 
no deberia ser asi???

Código PHP:
if ($finproceso==1){
  echo
'<img  src="images/fin.gif" width="13" heigt ="13"/>';

__________________
blog: hector2c.wordpress.com
email: [email protected]