What is the use of Curly Braces in PHP mysql? [migrated]
I have seen in many source codes where developers used curly braces on the user input variable for ex:-
query("SELECT * FROM users WHERE email = ‘{$email}’ AND password = ‘{$password}’");
And I have seen that people created two … Continue reading What is the use of Curly Braces in PHP mysql? [migrated]