[Php-it] Intercettare array GET

Tassoman (mailing) ml at tassoman.com
Wed Aug 9 15:35:13 CEST 2006


spacemarc ha scritto  in data 09/08/2006 14:03 :

> ciao.
> Devo fare un confronto per intercettare non il valore passato via GET
> ma il suo nome cioè nella stringa $_GET['user_id'] devo prendere
> 'user_id' e non il suo valore (che può essere 1, 12, 654 ecc...)

$chiavi = array_keys($_GET);


More information about the Php-it mailing list