this post was submitted on 02 Mar 2024
524 points (94.0% liked)

Programmer Humor

19187 readers
1181 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
[–] dan@upvote.au 5 points 6 months ago (1 children)

That article is over a decade old. A lot of these issues aren't relevant any more or have been fixed. Some weren't even PHP issues, for example mysql_real_escape_string is a MySQL API (https://dev.mysql.com/doc/c-api/8.0/en/mysql-real-escape-string.html).

PHP isn't the best language, but it's not as bad as some people claim it to be, especially if you use a good framework like Laravel.