Building the admin panel [closed]

eldevaDeabytn

New Member
I am a newbie in website development and I have been working on building a site. So I decided to build an admin panel for the site and was looking to use AJAX to avoid refreshing the whole page. I have a horizontal menu with two tabs, first being users and the other being articles that the admin needs to approve. When I click on any tab the division I named screen should refresh with the php page of the related tab. For eg : if I click users, it should run a php page content that basically retrieves all the users in the database of the site using simple query. Same goes for articles. So can someone guide me through what files I do require? I have done some searching and found that I might require one .js, a .php and a .html file but I am a bit confused with what contents I require in each of them.Thanks in advance.
 
Back
Top