How can we redirect to a specific page in drupal. I have found posts related to redirection only after submitting a node form.What I want is to be able to redirect to any page from anywhere.For eg. If I am in a certain function like modulename_function then I want to be able to redirect to any other page from there .

Comments

cog.rusty’s picture

Probably http://api.drupal.org/api/function/drupal_goto/5

drupal_redirect_form itself uses that one.