Skip to content
  1. Feb 05, 2003
  2. Jun 11, 2002
  3. May 25, 2002
    • Moshe Weitzman's avatar
      A small module which accepts an HTTP POST and saves the POST variables to the variables table. · 10b504ad
      Moshe Weitzman authored
      These variables are then available to be used elsewhere in Drupal, such as in a custom Block. This is an easy way to export external content into Drupal. This module requires that the FORM contain 'name' and 'pass' parameters. These parameters must corrospond to the username and password of an active user who has the 'administer site configuration' permission. The proper Action for the FORM is module.php?mod=variable&op=save_post.
      
      For example, I have a script which periodically POSTS stats from my Napster server into this module. These stats are shown in a custom block.
      10b504ad