> -----Original Message-----
> From: Richard Lynch [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 14, 2008 7:08 PM
> To: Andrés Robinet
> Cc: php-general@lists.php.net
> Subject: RE: [PHP] $_GET and multiple spaces.
> 
> On Mon, January 14, 2008 1:33 pm, Andrés Robinet wrote:
> >> -----Original Message-----
> >> From: Richard Lynch [mailto:[EMAIL PROTECTED]
> >> Sent: Monday, January 14, 2008 2:11 PM
> >> To: Jochem Maas
> >> Cc: clive; Churchill, Craig; php-general@lists.php.net
> >> Subject: Re: [PHP] $_GET and multiple spaces.
> >>
> >> On Mon, January 14, 2008 3:17 am, Jochem Maas wrote:
> >> > I think actually the whole url should be urlencoded as a matter of
> >> > course, not
> >> > 100% sure about this (and it's way to early on a monday to bother
> >> > checking up ;-) ...
> >> > maybe someone else can chime in?
> >>
> >> Actually, after you urlencode() the values, you should htmlentities
> >> the whole URL, as it is being passed to HTML as a value to be output
> >> to HTML.
> >>
> >> The whole URL should *NOT* be URL-encoded, however.
> >>
> >> --
> >> Some people have a "gift" link here.
> >> Know what I want?
> >> I want you to buy a CD from some indie artist.
> >> http://cdbaby.com/from/lynch
> >> Yeah, I get a buck. So?
> >
> > Like this?
> >
> > $url =
> >
> htmlspecialchars('whatever.php?'.urlencode($name).'='.urlencode($value)
> );
> 
> Yes, but if your $name is weird enough to need to be urlencoded, you
> probably are doing something "Wrong" from a stylistic programming
> stand-point...
> 
> I'm not even sure of the rules for what can be in a $name, come to
> think of it...
> 

I think I can tell you what... it has just came to my mind (nirvana
moment)... how about this?

$name = 'mylist[myindex]';

> --
> Some people have a "gift" link here.
> Know what I want?
> I want you to buy a CD from some indie artist.
> http://cdbaby.com/from/lynch
> Yeah, I get a buck. So?

Regards,

Rob


Andrés Robinet | Lead Developer | BESTPLACE CORPORATION
5100 Bayview Drive 206, Royal Lauderdale Landings, Fort Lauderdale, FL 33308
| TEL 954-607-4207 | FAX 954-337-2695
Email: [EMAIL PROTECTED]  | MSN Chat: [EMAIL PROTECTED]  |  SKYPE:
bestplace |  Web: http://www.bestplace.biz | Web: http://www.seo-diy.com

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

Reply via email to