Hallo,
kleine "doofe" Frage. Gibt es bei PHP eine Funktion, die http_build_query andersrum ausführt. Also die aus
foo=bar&baz=boom&kuh=milch
folgendes macht
$data = array('foo'=>'bar', 'baz'=>'boom', 'kuh'=>'milch');
Hallo,
kleine "doofe" Frage. Gibt es bei PHP eine Funktion, die http_build_query andersrum ausführt. Also die aus
foo=bar&baz=boom&kuh=milch
folgendes macht
$data = array('foo'=>'bar', 'baz'=>'boom', 'kuh'=>'milch');