
10/02/2011, 19:16
|
 | | | Fecha de Ingreso: julio-2008 Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 16 años, 7 meses Puntos: 416 | |
Respuesta: Problema con condicion if Estas haciendo EXACTAMENTE LA MISMA CONDICION, fijate:
if ($saldo_cache > $cuenta['mto_actual']) {
if ($cuenta['mto_actual'] < $saldo_cache) {
Es como que hagas:
if(10 > 5)
luego
if(5 < 10) ... Entendiste? |