|
|
|
|
|
by direwolf20
152 days ago
|
|
That's basically the design of PHP with different syntax. <?for($i=0;$i<1;$i++){?> <html></html> <?}?> Nobody uses PHP this way any more though — people treat it like Python or Node and write the entire codebase inside a big <? block JSP is similar with different syntax again — nobody uses JSP either I think ASP too but I never used that |
|
> Nobody uses PHP this way any more though
Well… I have bad news.
I do, for one :-)