I recently created a PHP/SQL prepared statement where only one variable is being passed through. However it is failing to prepare. My guess is that it is probably due to syntax. What have I done wrong?
$sql = "INSERT INTO notes (noteText) VALUES ?";
Help would be greatly appreciated. Thanks