Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/10/2008, 11:30
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: Duda al postear variables

Hola layker,

Es buena la forma como lo haces pero mejor cambia a:
Código php:
Ver original
  1. if(isset($_POST) && is_array($_POST) && (count($_POST) > 0)) {
  2.  
  3. }

Saludos.