Duda sobre PHP

Alx

Hola, ¿alguien sabe cómo tomar las variables GET y POST en PHP 5?

Era algo de hacerlas globales.

Whose

Las superglobales $POST y $GET están disponibles desde PHP4, no es una novedad de PHP5.

Antes venía a ser:
$HTTP_GET_VARS
$HTTP_POST_VARS

Ahora:
$GET
$
POST

http://cl.php.net/manual/es/language.variables.predefined.php#language.variables.superglobals

Un saludo!

Usuarios habituales

  • Whose
  • Alx