Tema
:
todo en un php ayuda
Ver Mensaje Individual
#
2
(
permalink
)
07/06/2007, 11:26
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'
]) ){
?>
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV