XHTML and the & in url's.
nospam_at_geniegate.com
Date: 12/26/04
- Next message: Tommy Gildseth: "Re: XHTML and the & in url's."
- Previous message: Janwillem Borleffs: "Re: Help with PHP"
- Next in thread: Tommy Gildseth: "Re: XHTML and the & in url's."
- Reply: Tommy Gildseth: "Re: XHTML and the & in url's."
- Reply: SpaceGirl: "Re: XHTML and the & in url's."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Dec 2004 14:59:50 GMT
I've been trying to convert my habits over to XHTML.
One stumbling block, does one have to use & in URL's to separate
form variables? foo
Of course, &name is choked on, because it's an entity reference w/out
a semicolon.
One thing I've seen CGI.pm (from the perl world) do is accept semi-colons:
<a href="foo.cgi?q=1;name=jerry">foo</a>
This makes more sense to me, but is it an actual standard? if so, how would
I get PHP to use it instead of &? (without any editing of PHP's .ini files)
Going through and changing & to & in my URL's would probably break lots
of things and be harder to maintain. Short of parsing the query string myself,
there doesn't seem to be a lot of alternatives.
Ideas? Any other solutions?
Jamie
-- http://www.geniegate.com Custom web programming guhzo_42@lnubb.pbz (rot13) User Management Solutions
- Next message: Tommy Gildseth: "Re: XHTML and the & in url's."
- Previous message: Janwillem Borleffs: "Re: Help with PHP"
- Next in thread: Tommy Gildseth: "Re: XHTML and the & in url's."
- Reply: Tommy Gildseth: "Re: XHTML and the & in url's."
- Reply: SpaceGirl: "Re: XHTML and the & in url's."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|