简体   繁体   中英

How to control the website with admin panel

first I'm so beginner .. I have learnt html and css .. I have some questions :

assume I'm the admin of some page .. I want also to allow users to upload files and articles but in another page in the website like here :

            <head>
                <title>azhargit</title>
                <link rel="stylesheet" href="style/style.css">
            </head>

                <body>
                    <h1>Azhargit</h1>

                    <ul>
                        <il><a href="index.html">Home</a></il>
                        <il><a href="">last topics</a></il>
                        <il><a href="">news</a></il>
                        <il><a href="">About</a></il>
                    </ul>
                </body>
            </html>

this is simple html page .. I want admins articles appear in home .. and visitors articles goes to admin panel so admin can approve them .. when they are approved .. It goes to last topics page .. Can I do so only by php or have to learn any other languages ?

sorry for my language .. Not English :D

我认为您只是使用joomla或wordpress都是非常强大和著名的CMS,而且易于学习。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM