Hacker News new | ask | show | jobs
by ckdot2 918 days ago
The same is still possible in PHP to include HTML code into you PHP files. But it's rarely still being done like this. It's considered good practise to separate your PHP (business) and HTML (view) logic.