From fd93cb8200261aec78877a793aab60613ccbbec1 Mon Sep 17 00:00:00 2001 From: wibyweb <49052850+wibyweb@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:35:46 -0500 Subject: [PATCH] Update review.php --- html/review/review.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/review/review.php b/html/review/review.php index b9a23e7..bcb742b 100755 --- a/html/review/review.php +++ b/html/review/review.php @@ -63,7 +63,7 @@ while($row = mysqli_fetch_array($result)) { $id[] = $row['id']; - $url[] = $row['url']; + $url[] = str_replace("'", "%27", $row['url']); $worksafe[] = $row['worksafe']; }