Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2007, 11:26
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Re: todo en un php ayuda

Prueba cambiando:
Código PHP:
<?php
if (!$HTTP_POST_VARS){
?>
Por:
Código PHP:
<?
if ( "POST" != strtoupper$_SERVER['REQUEST_METHOD']) ){
?>