this post was submitted on 22 Feb 2024
924 points (95.7% liked)

Programmer Humor

19572 readers
1789 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] phoenixz@lemmy.ca 19 points 8 months ago (25 children)

Is PHP becoming irrelevant? It still comprises the vast majority of web pages out there. Maybe that has been going down but with he amount of competing languages and systems out there, that is to be expected.

Either way, it's an awesome language, happily been using it for decades now

[–] bitcrafter@programming.dev 15 points 8 months ago (13 children)

Either way, it’s an awesome language, happily been using it for decades now

Mind taking a moment to share why you like it? I am not very familiar with it.

[–] bier@feddit.nl 11 points 8 months ago (4 children)

I'm not the one you asked, but what I like isn't really about PHP itself, but the fact that I can get dirt cheap hosting with PHP and MySQL. Every time I want to create a small "app" that makes some manual task easier it's very useful to create something I can access from the internet.

Python is really useful for stuff like that too, but (in my experience) not as easy and cheap to use as an web app.

For example I go to dinner with some friends every month and we always forget who's turn it is to choose and book a restaurant. So I just made this PHP page that shows the current and next 2 months with a name. So we always use that to see who's turn it is.

[–] AVeryCleverName@lemmy.one 4 points 8 months ago (1 children)

What makes hosting with PHP cheaper than with python?

[–] bier@feddit.nl 1 points 8 months ago (1 children)

I don't know, maybe it's because PHP used to be the default web based language? I just buy hosting, I don't sell it...

[–] AVeryCleverName@lemmy.one 1 points 8 months ago (1 children)

What do you use for hosting? I'm looking for a good host and highly budget conscious.

[–] bier@feddit.nl 1 points 8 months ago

I'm Dutch and use a local Dutch company, I also wanted a .nl tld

[–] phoenixz@lemmy.ca 1 points 8 months ago (1 children)

Though I like that you use PHP, I don't think there is such a thing as PHP hosting, or python hosting? Maybe I'm not understanding what you're saying here?

[–] bier@feddit.nl 1 points 8 months ago

When you pay a company and they provide you with a domain (you choose) and give you a webserver, some disk space, a database etc.

I pay about 30 euros a year for 5 websites. They are all very basic (either some php stuff I made, or WordPress). These websites have very few visitors so the hosting specs don't really matter. All these websites have a specific domain name, some disk space, and a database.

For this price they offer PHP and MySQL. So it's not a dedicated server where I'm root and can Install other stuff.

[–] Hadriscus@lemm.ee 1 points 8 months ago
[–] bitcrafter@programming.dev 1 points 8 months ago

I’m not the one you asked, but what I like isn’t really about PHP itself, but the fact that I can get dirt cheap hosting with PHP and MySQL.

Oh, wow, I looked a little into this and hosting really is dirt cheap! That is a benefit that I genuinely was not expecting.

load more comments (8 replies)
load more comments (19 replies)