code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <?php require_once($_SERVER['DOCUMENT_ROOT']."/top.php"); include_once($_SERVER['DOCUMENT_ROOT']."/header.php");
$writing_status = $_SESSION['writing_status']; if($writing_status == 'y') { echo "글이 저장되었습니다."; header("Location: http://".$_SERVER['HTTP_HOST'].'/list.php'); exit(); } else { echo "저장에 실패했습니다"; header("Location: http://".$_SERVER['HTTP_HOST'].'/write.php'); exit(); } ?>
<?php include $_SERVER['DOCUMENT_ROOT'].'/footer.php'; ?>
|
Author:
Slay
Permalink:
http://sean-baek.github.io/2022/08/27/2022-08-27-web-dev-write-done-php/
License:
Copyright (c) 2021 CC-BY-NC-4.0 LICENSE
Slogan:
Do you believe in DESTINY?