| For a more complete recommendation on when to use URL versus form-submitted values, do a search for the REST methodology.
There is nothing inherently wrong with GET variables provided you check session status and use them in accordance with the REST methodology. In fact, they can be very helpful for your users and for indexing. |