- 1
php
Which character has to be at the end of each statement?
3 Answers
+ 3
Every valid php statement ends with the ";" character. This is the character that tells the interpreter that one command is done and to move on to the next.
- 1
Which character has to be at the end of each statement
- 1
;