14 Jul
2010
14 Jul
'10
3:28 a.m.
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 <jeff@ayendesigns.com> 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?