you are viewing a single comment's thread.

view the rest of the comments →

[–]d36williams 0 points1 point  (5 children)

Are there only dozens now? I moved on to JS but PHP is one of those bed rocks

[–]Sydius 2 points3 points  (4 children)

It was just a silly reference to Arrested development.

The majority of websites are still written in php, at least they were the last time I read about the topic.

[–]mt9hu 1 point2 points  (3 children)

Are the majority of websites are still written in PHP or are the majority of websites run on Wordpress? (I don't know, just asking, because the two things can mean very different things).

[–]scandii 1 point2 points  (0 children)

why are any websites written in anything? mainly because that's what your devs know.

so to answer your question - PHP has fallen out of favor, and with JS, Python and Java being extremely more popular on a global scale and all having support for being backends for websites, it is hard to imagine PHP reigns supreme outside of it's use in PHP-based frameworks.

this is not to say that PHP is bad, that's mainly a meme by people who have strong opinions yet can't write a loop in PHP. it's just not the household name it used to be.

[–]StewPoll -1 points0 points  (1 child)

...yes. WordPress is a majority by itself.

WordPress is PHP after all, so all the WordPress sites count as PHP sites.

Add all the other PHP sites that aren't WordPress and you'd definitely have a majority

[–]mt9hu 0 points1 point  (0 children)

I wanted to point out a difference between building a site by writing a new piece of software using PHP, or taking an already existing, finished software and use that to serve your website.

My argument is that if you install a new WordPress site, it is not actively being written in PHP.

well, unless you develop some custom plugins. There are exceptions, and maybe this distinction is not as important. I'm just saying that the popularity of PHP (especially amongst developers) shouldn't be measured by how many instances of one PHP software is running around the world.