Mailinglisten-Archive |
Florian Grell schrieb: > Hallo Marko! > > Ein paar Vorschläge kamen ja schon, aber wie wäre es mit: > > $get = array( > 'type' => 'PDF', > 'file' => 'test.pdf', > 'user' => '17' > ); > $params = urlencode(base64_encode(serialize($get))); > dl.php?params=$params; achso, und nur der komplettheithalber, hier fehlt auch noch das htmlspecialchars() ... echo 'dl.php?params=' . htmlspecialchars($params); -- Sebastian Mendel
php::bar PHP Wiki - Listenarchive