-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

// UNTESTED
$tArr = explode('&',$QUERY_STRING);
foreach ( $tArr as $tVar )
{
        $a = explode('=',$tVar);
        ${rawurldecode($a[0])} = rawurldecode($a[1]);
}


???


On Monday 03 March 2003 04:17 pm, Sunfire wrote:
> tried everything except session vars and the query string is still
> broken... no matter what i do for some reason the browser wants to always
> put %20 in the middle of my words (i.e. hello world as one var will come
> out as hello%20world)
>
> any other ideas
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003

- -- 
Blasphemy is a blast for me.

- -Unknown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Y/J1/rncFku1MdIRAvUuAJ93/TtE5JDPHrcDTI/rHJsd5xVMqQCgtVLa
9D28LUJpLVjOiPEbuDl4qhA=
=d68+
-----END PGP SIGNATURE-----


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to