Retrieving URL-encoded string
For GET submissions, it's in the environment variable QUERY_STRING.
For POST submissions, read it from STDIN. The exact number of bytes to read is in the environment variable CONTENT_LENGTH.
Previous slide
Next slide
Back to first slide
View graphic version