How PHP code is parsed?
Answers
Answered by
2
Explanation:
When the PHP parser finds PHP code, it executes that code and places the resulting output (if any) into the place in the file formerly occupied by the code. This new output file is sent back to the web server. The web server sends it along to the web browser. The web browser displays the output.
Similar questions