180197/what-is-the-correct-syntax-for-php-sql-prepared-statements
The PHP/SQL statement that I have created is not prepared. Here only one variable is being passed through, I think this happened due to the syntax.
$sql = "INSERT INTO notes (noteText) VALUES ?";
What have I done wrong here? and how can I fix this?
Hello @kartik, I've used, it's an attempt to ...READ MORE
This is my sample code and it ...READ MORE
I use Notepad++ for code editing, I need an ...READ MORE
Hello, When the variable is passed as value ...READ MORE
Hii @kartik, The $_REQUEST variable is used to read the ...READ MORE
Hii, Here is an approach I have used, it's ...READ MORE
HI.. SQL is Structured Query Language, which is ...READ MORE
The reasons are as follows: The MySQL extension: Does ...READ MORE
Like Omkar said, while presenting your project ...READ MORE
Hi Unfortunately no, you have to know the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.