+ 2
Hi everyone. I've run into problem
I keep getting: Fatal error: Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined On the line where i try to execute the statement. This is my code https://code.sololearn.com/w29SM2PLl2sP/?ref=app
3 Réponses
+ 4
Typo
VALUES(:fisrtname,
Fix to :firstname
+ 1
Actually same typo twice..
After 'users'
And after 'values'
0
Tibor Santa
nothing happens And shows the same error