![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/07/2007, 23:38
|
![Avatar de _ssx](http://static.forosdelweb.com/customavatars/avatar34308_6.gif) | | | Fecha de Ingreso: mayo-2003 Ubicación: mX
Mensajes: 683
Antigüedad: 21 años, 8 meses Puntos: 60 | |
Re: usar un If en php? Cita:
Iniciado por netserver Código PHP: if( $row[3] == "0" ) //Podria haber error boolenao si usas == 0 nomas es bueno poner "" por seguridad.
{
echo "Bien";
}else{
echo "Mal";
}
|