Hello, a Drupal newbie here.
I want to create a newsletter (sent by simplenews module) that will contain a question and three answers. I want the answers to be in the form of links that will point to my site and provide the user with a feedback. Normally I would do this like this:
What is your favorite color?
A. red (www.example.com/quiz/quiz.php?answer=A)
B. blue (www.example.com/quiz/quiz.php?answer=B)
C. Green (www.example.com/quiz/quiz.php?answer=C)
The feedback page would contain a bit of PHP to evaluate the incoming link with $_GET.
But with Clean URLs enabled I can't think of a way of doing this. I'm very new to PHP and can't really wrap my head around this. I presume this involves adding some mod rewrite rules? Any help would be appreciated.
Read »








