
30/05/2009, 18:52
|
 | | | Fecha de Ingreso: julio-2008 Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 16 años, 8 meses Puntos: 416 | |
Respuesta: Reemplazar If Por Switch
Código php:
Ver originalswitch(true) { case ($cantpost >= 0 && $cantpost <= 10): //asdoasda break; case ($cantpost >= 11 && $cantpost <= 50): //asd break; }
|