drupal_goto()将用户发送到其他页面
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了drupal_goto()将用户发送到其他页面相关的知识,希望对你有一定的参考价值。
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.
drupal_goto('node/'.get_local_node_nid($redirect_nid));
以上是关于drupal_goto()将用户发送到其他页面的主要内容,如果未能解决你的问题,请参考以下文章