0
How to make admin in a personal web to post something?
i'm trying to make a personal web but don't how to apply the php so that i can post something and instantly "Posted by Admin in 9 jan 2016". I don't know about the php code as well, so perhaps can you share the coding?
5 odpowiedzi
+ 2
it's very simple to creat admin panel
first creat page to show a table contains data from sql.
and creat page to post (article for ex.) and another one to edit the article.
copie and past those files for managing pages and memebers menus. the same method.
+ 1
To do this you need CMS (Content Management System) on your site. Without CMS, you will have to do everything by hand.
0
@ Nadezhda how can one get the content management system??
0
@ Nadezhda how can one get the content management system??
0
Tukele Osareme C
Sorry for the late response, long time did not go to the website. If still relevant.
You do not have to create your CMS. There are lots of them online, including free. Usually on the hosting, where you host your site already have its own CMS. If not, you can simply download any of the CMS and install it on your website. For example: http://www.opensourcecms.com/general/ratings.php?pagenumber=1
For your own CMS you need to know a programming language, usually PHP.