testing

foto Berita testing

<form method="post" action="proses_berita.php" enctype="multipart/form-data">

    <label for="judul">Judul Berita *</label><br>
    <input type="text" id="judul" name="judul" required style="width: 100%; padding: 8px;"><br><br>

    <label for="konten">Konten Berita *</label><br>
    <textarea id="konten" name="konten" required rows="10" style="width: 100%; padding: 8px;">
        </textarea><br><br>

    <label for="gambar">Upload Gambar Utama (Cover)</label><br>
    <input type="file" id="gambar" name="gambar" accept="image/*"><br><br>

    <input type="submit" value="Terbitkan Berita">

    </form>