The original post: /r/php by /u/RegularSuccessful124 on 2024-12-26 08:34:51.

Hi all,

I need to create, for personal purposes, a small web application. The usage is very basic: It has to select/insert/update from a MySQL database through web pages.

What is the best language to do this? 20 years ago, I used PHP to do this. Is it still reveleant?

If yes, which framework should I use to make the process easier, especially the database connection? In the past, I made everything by myself.

Thanks for any answer,

Best regards,

asx