Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/11/2009, 17:02
LUIS ARMANDO ACOSTA
 
Fecha de Ingreso: junio-2007
Mensajes: 3
Antigüedad: 17 años, 8 meses
Puntos: 0
Pregunta Variables globales

Estoy iniciando en PHP. quiero utilizar variables globales ( _$GET['algo'])

escribo las siguientes lineas (con algunas otras)

<?php
$error = $_get['err'];
?>

y me aparece el siguiente error

Notice: Undefined variable: _get in C:\wamp\www\orientacion\index.php on line 8

Ya revise el manual de php pero no encuentro el error

software que ytengo instalado:
PHP ver 5.3.0
Apache ver 2.2.11
MySQL 5.1.36

Si alguien me pudiera ayudar de antemano muachas gracias