Good day! I just started learning front-end . As I’m planning to build something to help ease the challenges at my current work.
The plan is to build web pages that accept forms, these inputs are then sent to a database where you could just download to prepare reports at the end of the day.
Additionally, if those data are already existing in the database, it would just autofill the rest of the empty entries, ready to be overwritten if in case updating of these information are needed.
Where and what should I start learning? As far as I have read, I should start learning PHP and MySQL.
Hello @DarkSample,
As you have mentioned that you want to build webpages that accept details which will be entered by users, we would recommend that don’t go for autofill first. It is because, autofill method may confuse you in beginning. Instead, prepare an HTML or PHP based form with a MySQL database which will include all kinds of user’s data.
For connecting MySQL and PHP, you need to connect them through PHP scripts where action attributes and POST method will come into place.
Hey you have to start this roadmap by making the structure by using HTML and CSS for styling them. Learn JavaScript for dynamic behavior of the pages. PHP for the web development. Mysql with PHP for storing and managing data.