i would like to know how can you make a website panel, when you are doing a website for a client, so the client can login and change or update the information on his website by himself?
what do you need to know?
is it called a website panel?
thank you
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
I did this once for a restaurant; I used PHP and MySQL and designed this whole login type thing. Everything was stored in the database, and for each page they could click a button to edit it’s contents.
It was a LOT of coding.
This is called CMS (Content management system).
You have to use an existing one or create one yourself (requires a lot of knowledge and time) in order to build a website that your clients can change themselves.
The most popular are Wordpress, Joomla and Drupal.