In PHP, to end a script area, use "?>" or "?>
" (
is used to add a new line). This means that in the above program you need to add additional newline markers in each PHP zone.
Why is PHP like this? Because when formatting to regular HTML, you don't need a new line. But when you generate a source code that has a particularly long line, it can make it difficult to read.