Inactive Tutor answered 05/28/19
Tutor
New to Wyzant
As the programme is not complied nor pre-run, it runs from LINE 1 to EOF. if you don't intend to mix HTML with pure PHP code, when it reaches EOF, the programme terminate, regardless of reading ?> or not.
if you write php/html mixed, combined in one file, you definitely need to close php syntax segmentation.
<B>HEADER 1<B>
echo date("Ymd");
<HR />
echo "Hello";