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

PHP

Nikoloz Chichua
Nikoloz Chichua
768 Points

Is there a tutorial in this website about creating login and registration forms with PHP using phpmyadmin?

I am looking for creating registration and login form in my website.

1 Answer

Sue Dough
Sue Dough
35,800 Points

You do not create login forms through phpMyAdmin. phpMyAdmin is a graphical interface built with PHP to interact with MYSQL. You may use phpMyAdmin to analyze some of the data visually about the form submissions or to view the data.

phpMyAdmin is not needed to use PHP and MYSQL. Think of it as an addon tool to make some things easier for some people who may not want to use MYSQL on the command line.

I suggest these two for learning more about forms and MYSQL: https://teamtreehouse.com/library/build-a-basic-php-website https://teamtreehouse.com/library/using-php-with-mysql