I\'m just editing my search script after reading up on SQL injection attacks. I\'m trying to get the same functionality out of my script using PDO instead of a regular mysql
$st = $data->prepare("SELECT * FROM exampleWHERE example LIKE :search LIMIT 10");