DATA: Joomla 2.5.8 组件:RSForm Pro
我需要在填写表单时注销用户。 我在$ thankYouMessage字符串中使用此代码到PHP脚本中:
session_destroy(); //session is now over
header( 'Location: http://www.mysite.com/index.php' ); // relink to a page, with user logged out
会话用户finshed,但现在这个命令scrit是不懈的执行,'谢谢你消息消失... 如何才能真正使用字符串$ thankYouMessage可以正常工作?