Your $_POST array contains the invite array, so reading it out as <?php if(isset($_POST['invite'])){ $invite = $_POST['invite']; echo ...
確定! 回上一頁