I¹m writing a module that contains a function that inserts a new record in a custom database table. At the end of the function I want to reload the page to reflect the new record. For the life of me I cannot figure out how to do this in Drupal (7). Help please? -- Alex Adams hawkVision building highly agile worlds of knowledge A2 Technology Partners, Inc. 831-724-1397 alex@a2technology.com www.a2technology.com
Hi, if you use a form you can use the redirect key in the form_state array in YOURMODULE_YOURFORM_submit() or you can link to the form using the destination parameter in the link to the form to designate the return path after a form submit. If you use a custom page callback to do the insert operation, you can always use drupal_goto(). best regards, hadubard Am 02.07.2011 um 01:18 schrieb Alex Adams:
I’m writing a module that contains a function that inserts a new record in a custom database table. At the end of the function I want to reload the page to reflect the new record. For the life of me I cannot figure out how to do this in Drupal (7).
Help please? -- Alex Adams
hawkVision — building highly agile worlds of knowledge A2 Technology Partners, Inc. 831-724-1397 alex@a2technology.com www.a2technology.com -- [ Drupal support list | http://lists.drupal.org/ ]
participants (2)
-
Alex Adams -
Hadubard