As long as it's not security sensitive data, and you sanitize before you output anything passed in the URL, there's nothing wrong with using $_GET. Drupal will play nice, whether or not clean urls are enabled.
All the Best, Matt Chapman Ninjitsu Web Development On Tue, Jul 13, 2010 at 2:11 PM, Jeff Greenberg <[email protected]> wrote: > Decided to finesse the problem description. Let's say I have a function that > will change the data shown on the front page based on a parameter. The > parameter should be provided via the url, so that it can be bookmarked, > entered directly into the browser by the user, or selected from a link. How > can that be done? >
