Posts by KMario • 11 points
1 post
-
-5
votes2
answers119
viewsQ: Why doesn’t that code work?
I have that code: function multiply(a, b) { return a * b } I wonder why it doesn’t work? Error returned: PHP Parse error: syntax error, Unexpected ',', expecting variable (T_VARIABLE) in…