Y
Hacker News
new
|
ask
|
show
|
jobs
by
jawngee
4619 days ago
No, you can slap a PHP script on a server because of how easy it is. I mean, there's a reason its ubiquitous right?
> sudo apt-get install php5 > *slap script on server* > ??? > profit
1 comments
Macha
4619 days ago
There are many cheap shared hosts that allow you a server to slap PHP scripts on without giving shell access. That is why PHP is popular. And setting up a secure shared environment is more work for the hosts than apt-get install php5.
link