Return to Snippet

Revision: 60908
at November 17, 2012 07:08 by dilios


Initial Code
drupal_goto('node/'.get_local_node_nid($redirect_nid));

Initial URL
http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_goto/7

Initial Description
Sends the user to a different Drupal page.

This issues an on-site HTTP redirect. The function makes sure the redirected URL is formatted correctly.

Initial Title
drupal_goto() to send the user to a different page

Initial Tags
redirect

Initial Language
PHP