Update insert.php

This commit is contained in:
wibyweb 2023-02-05 22:35:05 -05:00 committed by GitHub
parent 26110d6ed0
commit 455e59591f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@
}
$url = mysqli_real_escape_string($link, $_POST['url']);
$url = str_replace("''", "%27", $url);
// $url = str_replace("\'", "\'\'", $_POST['url']);
// $url = str_replace("\"", "\"\"", $url);
$title = mysqli_real_escape_string($link, $_POST['title']);