Drupal allows you to submit forms programmatically, which can be very useful for creating comments / nodes, etc. from the user module. '#programmed' is set to true when a form is submitted by a function using drupal_execute. see here: http://api.drupal.org/api/function/drupal_execute/6
source
share