Backend in PHP for html website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Backend in PHP for html website

Hi, i want to create a backend in php for a website developed in html . I want that my clients modify <p> / <h1> etc with a textbox . I need create a login page too for their . How can i do? Thank you in advance

18th Dec 2020, 11:07 AM
Antonio
Antonio - avatar
5 Answers
+ 1
For first you must create database and table for all feature . Then make MVC class for CMS in php . Class for get and set data for element by encapsulation is very usefull . But with wordpress or joomla very easy . Follow PHP path for learn MVC and mysql . Make CMS admin panel for insert data
18th Dec 2020, 1:25 PM
hashem sheikhypour
hashem sheikhypour - avatar
+ 1
hashem sheikhypour More details? A guide, pdf or anything where to study it?
19th Dec 2020, 9:15 AM
Antonio
Antonio - avatar
+ 1
Ok thanks, if you can give me some free advice on udemy. in the meantime i am following php course here on sololearn. Thanks again
19th Dec 2020, 11:03 AM
Antonio
Antonio - avatar
0
For more details I suggest educational sites like Udemy , Lynda , Youtube , ... See more PHP courses, but if you are familiar with and have taken this course in Sololearn, you can start coding. Start with template design and template coding Then design the core of MVC and CMS And convert the template dynamically to read the information from the database
19th Dec 2020, 9:31 AM
hashem sheikhypour
hashem sheikhypour - avatar
0
Antonio I suggest follow php course in Sololearn and try to coding and solve some challenge and then in youtube or udemy you can learn very easily . You know basic here for Pro go youtube and Udemy
20th Dec 2020, 12:03 PM
hashem sheikhypour
hashem sheikhypour - avatar