Is Php Helpful in the Web Development? – PHP – SitePoint Forums


Worth what?
Learning anything is worth something; but without any form of metric, can anyone give you definitive yes/no? No.

It depends entirely on what you’re doing, what you’re planning to do, where you’re planning to work, are you starting from scratch or picking up an existing project, your previous coding background, any number of factors.



2 Likes

@DrinkMoreCodeMore,

I’m not quite sure what response you are expecting.

Can you please give us some more information.



1 Like

Yes, learning PHP can be worth it, depending on your goals and objectives. For example, if you’re looking to become a web developer, then learning PHP can be a great way to gain a strong understanding of the language. Many popular websites, such as WordPress and Tumblr, are built on PHP, so having a good grasp of the language can be beneficial if you want to develop web applications and websites. Additionally, learning PHP can open up opportunities for freelance and full-time positions.

If I would be new on programming I would no longer rely on PHP as it is a worn out horse.
Most backends for modern software developments are made in Node.js, SpringBoot or ASP.net. Some use python but that’s not really comfortable for larger projects.
PHP is only used in old website frameworks like WordPress, Joomla etc. So if you want to develop websites with that, it might help you but for nothing else it will be a good solution.

Not necessarily. You can use PHP to run automation. It’s pretty powerful if you know what to do. With any tool, there has to be a purpose. I’ve written plenty of automation tools with PHP like backing up my game server files and pushing those backups to Github. The issue is which tool best suits what you are trying to accomplish. If it’s writing a website or creating simple things that you can run in a Linux environment, sure use PHP if you want. If it’s a desktop application, use something like C#, C++, etc.



1 Like

Typical. Just as I get to a level where I might claim to know something about a language, it is declared “old hat”.



3 Likes

PHP had its high time in the 90ths :slight_smile: So maybe it is not a wonder that there are better solutions now a days :slight_smile:

I do not say you can’t make good software with PHP. I worked myself many, many years developing in PHP. But time goes by and if you start today it makes sense to learn the actual most popular things.

I love to use node.js as backend because it is the same language as you must use for the frontend (there is no real replacement for JavaScript). So you can reuse many code and you do not need to learn two languages. Also it’s possible to keep it small and simple and it’s easily useable on all platforms (who ever has tried to install asp.net on a virtual Linux cloud Server knows what I am talking about).
The disadvantage is, that it’s not type safe and you need to know what you are doing. In that Case Spring (Java) or asp.net (C#) is much easier to learn and it forces you to create clean code.



1 Like



Source link

Share

Leave a Reply

Your email address will not be published. Required fields are marked *