【发布时间】:2011-12-23 08:50:45
【问题描述】:
显然,这段代码从它所在的位置(在 404 处理程序中)重定向到自定义 404 处理程序。
header('Location: index.php?option=com_content&view=article&id=4' );
除了在调用中添加额外的项目,例如
header('Location: index.php?option=com_content&view=article&id=4¶m=foo' );
还有其他传输数据的方式吗?例如,是否有一种机制可以在传输位置的同时发送表单数据?
上下文:Windows7、IIS7、PHP 5、Joomla! 1.5
【问题讨论】:
标签: php windows-7 iis-7 joomla1.5