<?php<BR><STRONG>//========================== <FONT>定义redirect() 开始</FONT> =========================//<BR></STRONG>/**<BR>* 定义redirect()跳转函数,是用来在用户操作后,页面根据要求跳转到指定页面<BR>*<BR>* @param unknown_type $ms 是用来调整跳转所需要的秒数<BR>* @param unknown_type $url 是指定跳转到的地址<BR>* @param unknown_type $text 是显示跳转时候的信息<BR>*/<BR>function redirect($ms ='', $url='', $text=''){<BR>echo <<<EOT<BR><meta http-equiv="refresh" content=$ms;URL=$url><BR><div align="center"><BR><table width="600" border="0" cellpadding="1" cellspacing="1" class="tableoutline"><BR><tr><BR> <td colspan="3"><table width="100%" border="0" cellpadding="5" cellspacing="1"><BR> <tr><BR> <td valign="bottom"><div align="center">页面操作提示
$text
本页面在 $ms 秒后自动跳转,如果您的浏览器没有跳转,点此链接返回。