+ 2
You can do it with literally any programming language, php is a good option, and javascript also.
15th Aug 2019, 9:34 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Yes it‘s possible, that is exact the way, how Content-Management-Systems like WordPress manage the contents.
15th Aug 2019, 7:47 PM
Michael
Michael - avatar
+ 1
This is a very common design pattern, in fact most websites work this way: -front end (on the user's machine) that is shown to the user (UI) -database that stores and serves dynamic content -back end (on the server) making the connection between the gui and data layer and performing additional computations
15th Aug 2019, 9:06 PM
Tibor Santa
Tibor Santa - avatar
+ 1
For pure database access a server-side language like PHP is essential due to security issues (paths, login names, passwords ...)
16th Aug 2019, 4:35 AM
Michael
Michael - avatar