Update insert.php
This commit is contained in:
parent
26110d6ed0
commit
455e59591f
1 changed files with 1 additions and 0 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Reference in a new issue