Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
throwawayffffas
27 days ago
|
parent
|
context
|
favorite
| on:
PEP 750 – Template Strings
On a more philosophical level php is this feature. At least as it was used originally and how it's mostly used today. PHP was and is embedded in html code. If you have a look at a wordpress file you are going to see something like this:
<?php ... ?><some_markup>...<? php ... ?><some_more_markup here>...
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
<?php ... ?><some_markup>...<? php ... ?><some_more_markup here>...