in reply to Re: CGI : How to put an "&" into a GET-parameter
in thread CGI : How to put an "&" into a GET-parameter

HTML encoding is different than URI encoding. Ampersand for HTML is & or &. Ampersand for URIs using ASCII encoding is %26.


Seeking Green geeks in Minnesota

  • Comment on Re^2: CGI : How to put an "&" into a GET-parameter

Replies are listed 'Best First'.
•Re: Re^2: CGI : How to put an "&" into a GET-parameter
by merlyn (Sage) on Jan 28, 2003 at 16:06 UTC