[[readGET()]]
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:create:functions:readget [12.03.2015 14:57] – [Notes] adminen:create:functions:readget [29.09.2020 16:53] – [readGET()] sophia.schauer
Line 8: Line 8:
   * //warning//\\ should a warning be displayed if the command is used on a different page other than the first?   * //warning//\\ should a warning be displayed if the command is used on a different page other than the first?
     * ''true'' -- (standard) display warning (warning is __only__ visible to the project administrator, not the participant)     * ''true'' -- (standard) display warning (warning is __only__ visible to the project administrator, not the participant)
-    * ''false'' -- hide warning: the project administrator knows what he is doing+    * ''false'' -- hide warning: the project administrator knows what he is doing.
  
 The function's return value is the string that was transmitted using POST or GET when the questionnaire is called up. If the variable was not transmitted, ''false'' will be returned. The function's return value is the string that was transmitted using POST or GET when the questionnaire is called up. If the variable was not transmitted, ''false'' will be returned.
Line 29: Line 29:
   $id = readGET('panelID');   $id = readGET('panelID');
   // register variable for later use   // register variable for later use
-  registerVariable('id');+  registerVariable($id);
 } }
 </code> </code>
en/create/functions/readget.txt · Last modified: 29.09.2020 16:53 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki