![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/11/2011, 14:11
|
![Avatar de tomark4](http://static.forosdelweb.com/customavatars/avatar196431_1.gif) | | | Fecha de Ingreso: septiembre-2007
Mensajes: 154
Antigüedad: 17 años, 4 meses Puntos: 29 | |
Respuesta: no visualizo una imagen como resultado de un select
Código PHP:
Ver original<?php $sql = "select count(*) from tabla1 where tusparametros"; $sql = "select count(*) from tabla2 where tusparametros"; if($cantavisos == 0 or $cantgrupos == 0){ aqui tu codigo; } else{ aqui tu codigo; }
?> |