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

* and then Tom Beidler declared....
> I'm trying to use header("Location to redirect to a URL that has variables
> in it, ie.
> 
> http://www.blah.com/phones.php?phn_indvId=1&phn_indvType=client
> 
> When it redirects I get the url minus everything after the first ampersand.
> I tried using htmlentities with no joy like so...


Hmmm... I use this all the time on a site I'm working on (part time
personal site) and I have no trouble.

header("Location: $PHP_SELF?id=$id&auth=34");


- -- 
Nick Wilson     //  www.explodingnet.com



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

iD8DBQE9E7h9HpvrrTa6L5oRArZUAJ9zjpmnM4yHziKzrOIYstNCar+HMgCgoFyV
aKiQ2qZDr5AIEbcQQYEtmCw=
=ubon
-----END PGP SIGNATURE-----

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

Reply via email to