You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right use of PDO sentence (#108)
When you use named parameters you must create an array with key, and the key must have the same name that was defined in the query, also called placeholder.
Currently the script sends positional parameters.