do something like
$query = pdo("SELECT * FROM table WHERE id = ?");
$query->execute($id);
Is this enough to get rid of SQL injection
Обсуждают сегодня