> Got a slight problem. I'm attempting to pass a number of variables from
> one form to another. The problem occurs when one of the object elements
> contains more than one word.

[snip]


> Any idea how to pass object elements with spaces in a URL?

Try encoding the spaces as %20 (the hex value for a space).  There's
probably a PHP function to do this for you (and one to do the reverse) -- I
haven't looked.

You could try using a + instead of a space too.


- Darryl

 ----------------------------------------------------------------------
  Darryl Friesen, B.Sc., Programmer/Analyst    [EMAIL PROTECTED]
  Education & Research Technology Services,     http://gollum.usask.ca/
  Department of Computing Services,
  University of Saskatchewan
 ----------------------------------------------------------------------
  "Go not to the Elves for counsel, for they will say both no and yes"



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to