By chrislynch42 on
Given the example URL of http://www.chrislynch.info/drupal//taxonomybrowser?vid=5 how do I access the value of "vid" in a Drupal module. I have tried "$request['vid']" and "$_Get['vid']".
Given the example URL of http://www.chrislynch.info/drupal//taxonomybrowser?vid=5 how do I access the value of "vid" in a Drupal module. I have tried "$request['vid']" and "$_Get['vid']".
Comments
Found answer $_REQUEST['vid']
The answer is $_REQUEST['vid']
There are 10 types of people in the world, those that read binary and those that don't.
Glad you found out!
though
$_GET['vid']should work too.-----------------------------------------
Joep
CompuBase, Drupal, websites and webdesign