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

Question : I started the course php user authentication and i saw some files i don't understand them do i need to.......

Question : I Started the course php user authentication and i saw some files i don't understand them like .db, Etc Do i need to learn another course in treehouse so i make my website interactive? or it's optional to learn these?

1 Answer

well, if you already completed a database course, No. Just keep in mind .db files are use for the purpose of the course only. In truth .db or .sql are just files generated by a database like phpmyadmin. These files are just another way to store database infomaton offline. it's what makes it easier to back up databases. the .db file are being loaded as any other file from top and down the last "database" action would their for be at the bottom of the file and thus the server take the .db as the state of that "database". hope i didn't lost you there. if so I'm sorry