[dokuwiki] Re: Parameters in links revisited

  • From: Michiel Kamermans <pomax@xxxxxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 16 Dec 2010 07:22:41 -0800


Yes!  That's it, thank you, the parameters are in the $_GET array.  This
may well make my plugin even simpler!


They will be in the $_GET array under a normal page request, and will be in $_POST when performing a data post action (such as when saving an edit). $_REQUEST should be avoided, since it's the "master" array of global variables, to which you should not have any access =)

- Mike "Pomax" Kamermans
nihongoresources.com
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: