The button names are not submit, so the php $_POST['submit'] value is not set. As in isset($_POST['submit']) evaluates to false. <html> ...
確定! 回上一頁