|
|
|
|
|
by jawns
4619 days ago
|
|
One valid point the intro makes is that PHP's "slap a script on a server and have it run" has made it the go-to web scripting language for a lot of folks whose goal is to just get something small, maybe a single page, up and running quickly. For larger projects, you will likely be better served by other languages, but I still find myself going back to PHP when I need to do something small, quick, and without much regard for performance or elegance. |
|
I see a point in using JS on the server instead of PHP though, still the frameworks have some catching up todo.