Good day! I began to study PDO methods in principle, I understand everything, but I would like to clarify with knowledgeable people, in general, my insert request
DB::insert('table', array( 'vi' => $vi, 'data' => '', 'posi' => $_POST['na'], 'desc' => $_POST['des'], 'bu' => $_POST['zana'], 'ed' => $_POST['kv'], 'dat' => '$date', 'dop' => $_POST['dop_i'], 'priemt' => $_POST['pr'], 'spisok' => $_POST['spis'], 'date' => $date1, 'mesto' => $_POST['mest'], 'date' => $date, 'vacan' => '1', 'con' => $_POST['con'] )); How safe is it in this form? I tried to slip the Placeholders% i% l% s instead of the values, but it gives an error. I realized that in this Inserta, the Placeholder will not work, but what is the risk of this query that there is a threat of SQL injection and XSS