X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us-old/View
home
/
gfecatvj
/
4abetter.us-old
/
View
/
📁
..
📄
add_post.php
(762 B)
📄
admin.php
(5.23 KB)
📄
edit_post.php
(1005 B)
📁
inc
📄
index.php
(15.2 KB)
📄
login.php
(749 B)
📄
not_found.php
(432 B)
📄
post.php
(895 B)
Editing: add_post.php
<?php /** * @author Pierre-Henry Soria <phy@hizup.uk> * @copyright (c) 2015-2017, Pierre-Henry Soria. All Rights Reserved. * @license Lesser General Public License <http://www.gnu.org/copyleft/lesser.html> * @link http://hizup.uk */ ?> <?php require 'inc/header.php' ?> <?php require 'inc/msg.php' ?> <form action="" method="post"> <p><label for="title">Title:</label><br /> <input type="text" name="title" id="title" required="required" /> </p> <p><label for="body">Body:</label><br /> <textarea name="body" id="body" rows="5" cols="35" required="required"></textarea> </p> <p><input type="submit" name="add_submit" value="Add" /></p> </form> <?php require 'inc/footer.php' ?>
Upload File
Create Folder