PHP commands will appear, but variables will be replaced by their values. Here is an example: There is a variable 4 defined above (outside this text block) and its value is 4. The statement "echo $m;", will print:
echo 4;
But, writing just "$m" will print
4