Dear Martin & Erwin,

Tried the urlencode - same thing happened - the variables after the first one were chopped off - so

<a href="email.php?ref=<?=urlencode($pageURL);?>">this page</a>

where the url is

http://mydomain.com/displayem.php3?cat=5&olimit=0&zid=1&lid=1

results in http://mydomain.com/displayem.php3?cat=5 being passed and

the '&olimit=0&zid=1&lid=1' gets cut off - still....??
Thanks,

Nicole
hi nicole,

do you have an example what your query contains ?
maybe urlencode($pageURL) or quoting will help

greetings martin

> -----Urspr\xfcngliche Nachricht-----
> Von: Nicole Lallande [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 26. November 2002 15:40
> An: [EMAIL PROTECTED]
> Betreff: [PHP] can't pass complete URL (part of the query string) from
> one script to another --??
>
>
> Gretings:
>
> I want to pass a URL query string to another php script. I
> am able to
> pass the complete query string with all the variables I want
> through to

--
########################
Nicole Lallande
[EMAIL PROTECTED]
760.753.6766
########################



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

Reply via email to