Ciao.
Sarō diventato paranoico ma meglio
prevenire che curare


Sto cercando una funzione del genere

falso codice:

Codice PHP:
function ParseQuery(){
    
$result = array();
    foreach(
explode('&', (string)$_SERVER['QUERY_STRING']) as $arg){
        if(
preg_match('che ci metto quā'$arg$matches)){
            
$result[$matches[1]] = (string)$matches[2];
        }
    }
    return 
$result;