RE: [PHP] URIs as variables

2001-03-22 Thread Jeff Armstrong
page. Regards Jeff -Original Message- From: Issac Goldstand [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 11:39 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] URIs as variables Nope. That gave me: I'd need to enumerate $HTTP_GET_VARS variable _keys_ too, but I don't k

Re: [PHP] URIs as variables

2001-03-22 Thread rui
try this $myurl=urlencode(base64_encode($url)); in the input type echo ""; On 22-Mar-2001 Issac Goldstand wrote: > Nope. That gave me: > > > > I'd need to enumerate $HTTP_GET_VARS variable _keys_ too, but I don't know > how... > Also, how can I get it to work for

Re: [PHP] URIs as variables

2001-03-22 Thread Issac Goldstand
Nope. That gave me: I'd need to enumerate $HTTP_GET_VARS variable _keys_ too, but I don't know how... Also, how can I get it to work for both GET & POST methods? Is that possible? Thanks, Issac ""almir"" <[EMAIL PROTECTED]> wrote in message 99b66u$q0o$[EMAIL PROTECTED]">news:99b66u$q0o$[E

Re: [PHP] URIs as variables

2001-03-21 Thread almir
try with uri= ""Issac Goldstand"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 99at42$5be$[EMAIL PROTECTED]">news:99at42$5be$[EMAIL PROTECTED]... > Newbie question here. I am trying to pass a varaible containing a URI > across a few scripts. Basically, the first script get's a query string > in