Viewing Post




← Back to board $postId, 'comment' => $comment, 'image' => $filename, 'thumb' => $thumbname, 'time' => date("Y-m-d H:i:s") ]; $posts = file_exists($postsFile) ? json_decode(file_get_contents($postsFile), true) : []; $posts[] = $post; file_put_contents($postsFile, json_encode($posts, JSON_PRETTY_PRINT)); header("Location: index.php"); exit;