Файловый менеджер - Редактировать - /home/umudio/public_html/comment.php
Назад
<?php if (isset($_POST['submit'])) { include("includes/config.php"); $comment_name = $_POST['name']; $reflection_id = $_POST['reflection']; $comment_writeup = $_POST['comment']; $query = mysqli_query($con, "INSERT into homicomments (comment_name,reflection_id,comment_writeup,comment_date) VALUES ('$comment_name','$reflection_id','$comment_writeup',now()") or die(mysqli_error($con)); if ($query) { echo "<div class='alert alert-success'> Comment submitted successfully! It will be published after approval. Thanks </div>"; } else { echo "<div class='alert alert-danger'> An error occured, please try again! </div>"; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка