[Typo3-dev] pi_linkTP_keepPIvars&simulateStatic
    Daniel Brün 
    dbruen at saltation.de
       
    Thu Jun  3 09:57:41 CEST 2004
    
    
  
Hi folks!
Hehe, that's confusing.
OK. Sorry. For URIs the same rules apply as for any CDATA element, 
meaning all & have to be written in entity-style. If you have an & in 
the GET-data you are sending, then this & has to be encoded like %26 or 
whatever hex-number that is. The CGI should be able to sort it out 
correctly.
So this is a XHTML-valid and functional URI: test.com?a=1&b=2
Many CGIs also allow to define alternate characters for this job (like ; 
for instance).
You can do so in php by setting arg_separator.input to "&;", so both 
characters are supported.
You can also check this out:
http://ppewww.ph.gla.ac.uk/~flavell/www/formgetbyurl.html
Ciao,
Dan.
    
    
More information about the TYPO3-dev
mailing list