Please excuse me if my question is simple. because when I see the examples about php
and MySql
in internet, they use from the capital letters for commends MySql
.
Is it necessary to use the capital letters in MySql
?
$sql = "INSERT INTO MyGuests (firstname, lastname, email)
VALUES ('John', 'Doe', 'john@example.com')";