close
這是一個研究所的同學 I-AN 跟我說的
Function my_msg($msgm, $redirectt){
echo "<script language=\"javascript\">";
echo "window.alert('".$msgm."')";
echo "</script>";
echo "<script language=\"javascript\">";
echo "location.href='".$redirectt."'";
echo "</script>";
return;
}
my_msg('文字訊息', 'xxxxxxxx.php'); //跳轉到頁面跟 header("location: xxxxx.php");
全站熱搜
留言列表