Reading strings from HTML Get request and saving as a variable

Here is my server code. It saves the request in a variable named tBuf so you can parse it.
http://playground.arduino.cc/Code/WebServerST
You will probably need to increase the size of the tBuf array to handle that many variables.