[development] Passing options to the front page via the URL (was Passing options to the front page)

Matt Chapman matt at ninjitsuweb.com
Wed Jul 14 01:28:06 UTC 2010


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 at 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?
>


More information about the development mailing list