Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.80K
~20.2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for codeblock

i am having this same issue what should i do? *PLEASE HELP* <?php include ('partials/menu.php'); ?> <div class="main-content"> <div class="wrapper"> <h1 style="color:#2a9d8f">Add Food!</h1> <br><br> <?php if(isset($_SESSION['upload'])) { echo $_SESSION['upload']; unset ($_SESSION['upload']); } ?> <?php error_reporting(0); ?> <form action="" method="POST" enctype="multipart/form-data"> <table class="tbl-30"> <tr> <td>Title:</td> <td><input type="text" name="title" placeholder="Enter Title..." /></td> …

Member Avatar for Dani
0
20K

The End.