RE: [PHP] $_GET and multiple spaces.

2008-01-14 Thread Churchill, Craig
> -Original Message- > From: Andrés Robinet [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 15 January 2008 6:33 AM > To: php-general@lists.php.net > Subject: RE: [PHP] $_GET and multiple spaces. > Like this? > > $url = > htmlspecialchars('whatever.php?'.urlencode($name).'='.urlencode($value)

[PHP] $_GET and multiple spaces.

2008-01-13 Thread Churchill, Craig
Hello, One of the values I'm passing in a URL string contains multiple spaces. ... (The multiple spaces are between Argononemertes and australiensis) However when I retrieve the value using $_GET[DarScientificName] there is only a single space between the two names which I understand is the int