Which programming language is ideal for developing a simple web app?

Hello everyone,

I am looking to develop a simple web application for my personal use. The functionality needed is quite straightforward; it will need to perform select, insert, and update operations on a MySQL database through web pages.

What programming language would be best suited for this task? I have prior experience with PHP from 20 years ago. Is PHP still a relevant choice today?

If it is, could you recommend a framework that would facilitate the database connections and make the development process smoother? Previously, I have handled everything manually.

Thank you for your insights,

Best regards,

asx

PHP is still a relevant choice, especially for simple web applications. Past experience will certainly help you get up to speed quickly. For contemporary frameworks, Laravel is a popular choice among developers. It offers a robust set of tools, including Eloquent ORM, which simplifies database interactions greatly. Additionally, Laravel’s community support and extensive documentation can help ease any transitional challenges you might face in adopting newer PHP practices. Using Laravel can make the development process more efficient and enjoyable.