Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Build an Admin Panel?

Some one knows how could i make an administrator panel for a web page? I build my page computer-fix-center.tk but i want to add an administrator panel to edit my page. HELP PLEASE!

3 Answers

try learning PHP with MySQL, it's one of the easier langues to learn and makes a great tool for web applications. All my sites I've built in PHP and MySQL:

have a look:

http://www.trevtech.com/portfolio.php

they all have a back end for admin access;

Thanks for that but i still have a question, if i already build my web page how can i add the admin panel? There is a way to add the PHP admin panel to my web page? http://computer-fix-center.tk/

yes, but you will need to make some changes to your main page, so it can pull the data from your MySQL:

it would be a little work, but the after product is worth it. and feature changes would be a snap:

Also, does your host provider support php and mysql, you will need to change your extensions of your pages. from html to php

Think of your site as the template, now you will just need to work from it, making the changes within your site:

Also will need to consider how powerful you want your admin area to be, from making simple changes to complex changes.

In the long wrong, it's always possible:

Thanks for that!