0
Help my php code not work
Parse error: syntax error, unexpected '}' in ./Playground/file0.php on line 6 Code: https://code.sololearn.com/wrL84N3iDgAB/?ref=app
2 Answers
+ 2
You're missing a semicolon at the end of line 5.
0
Oh wait nevermind guys, I forgot to put semicon (;)