View Single Post
  #2  
Old 8th August 2021, 09:15
Elena Elena is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 111
Default
Code:
SELECT *
Code:
$id = $row['id'];
Code:
$id = sqlesc($row['id']);


Seriously? sqlesc is used for INSERT and UPDATE, not SELECT! You are now here such nonsense in the post wrote that it's just awful.

Code:
$image = sqlesc(htmlspecialchars($row['image']));

htmlspecialchars ???

there are numbers and image expansion! Not a Title! You will check this title-text! Oh, how scary for people like you who do not understand how to put protection ...
Reply With Quote