Discussion :: PHP MCQs
- A PHP script should start with ___ and end with ___:
Answer : Option D
Explanation :
Every section of PHP code starts and ends by turning on and off PHP tags to let the server know that it needs to execute the PHP in between them.
Be The First To Comment