[Pmwiki-users] strange paths - supplement: $_GET-vars doesn't work

Patrick R. Michaud pmichaud
Mon Apr 26 20:36:26 CDT 2004


On Tue, Apr 27, 2004 at 01:08:48AM +0200, Marcus Brauer wrote:
> Hello again,
> 
> $_GET variables do create an URL like this:
> path/to/pmwiki.php?pagename=GroupName.PageName?par_name=par_value
> 
> Seems quite clear, that it doesn't work :(
> But I run some php driven forms inside my PmWiki pages, using my own
> little php-include-command for PmWiki. I need $_GET variables to work.

Change the second '?' to a '&' and it should work--i.e., the
URL would need to be

  path/to/pmwiki.php?pagename=GroupName.PageName&par_name=par_value

Pm



More information about the pmwiki-users mailing list