Hi guys I've actually updated some details on PHPRunner which is a personal favourite web application code generator that I use.
Its basically MS Access for the web - a CRUD Web application Creation tool that connects to MySQL / Oracle / MS Access / Postgres and SQL Server. I've used it against MySQL / Postgres and SQL Server. Low code so just like MS Access you can get super complicated and detailed by writing your own code behind.
You can learn more about that
My thoughts on PHPRunner
A video channel from someone who also likes phprunner.
PHP Runner Tips and Tricks
and here is the company website which I don't think does the product justice!
Xlinesoft
p.s. I am not paid in anyway to publish these I've just found it to be very good and I would like it to have a vibrant user base.
For those without available funds , students or those already competent with php and javascript I would suggest the open source project
Nubuilder - it could be really good to get you up and started with online databases php and javascript.It's also true open source and costs absolutely zero for the code. If you have an existing host provider with cpanel access for instance you can set up a design environment for zero additional cost. (you will need to know how to create a database / ftp into it and create a subdomain but see link below for that part) It only can be used with mysql/mariadb.. it has some unique features. Its truly web first with even the IDE being run through a browser. Its not responsive which is both advantageous and disadvantageous the advantage being that the design of forms can be precise in a way that you struggle with when using something like bootstrap (which is definitely an advantage for designing nice printable reports usually on A4 paper) - I think if you had the need for really complicated master detail forms online it would be one of the few solutions that might be able to cope. If you are student wanting to learn php and javascript and can afford to take your time and don't need some of the other database backends I think it would be excellent. Gets you off and running and then gives you some practical opportunities to start solving small manageable php and javascipt problems while remaining productive.
Nubuilder an Open Source Low Code Web Application Tool
I got as far as getting it up and running on a web server but I haven't had any applications using it for a couple of years now mainly because I need SQL server and postgres connection.
For anyone starting out this might be useful -
Configuration of nubuilder on CPANEL