I know that PHP is server side scripting language, but I got confused when asked in an interview if the browser understands PHP?
I have Apache installed in my system.
If in a PHP file I write <?php echo 'HELLO' ?> and I open it in a browser it shows HELLO.
Now how does it happen if the browser does not understand PHP?