file get contents - PHP file_get_contents print php tag -


does knows solution following thing: enter image description here code snippet passed file-get-contents function

enter image description here

but when looked in browsers development tool see this: enter image description here

does knows why code file_get_contents not executed code line printed?

file_get_contents gets raw file. should use include() or require() instead.


Comments