Creating a simple php login?
Why you should never use W3Schools (at least for learning PHP)
Videos
I'm getting tired of HTML/CSS and wanted to learn something new, so I set out to make a simple login page for my website. Hours later, several out-dated tutorials later, I have nothing to show for it.
I have an Apache server that is set up for static content, but I'm not sure if adding this login will make it dynamic. I want to use phpmyadmin and already have that set up on my server.
I feel like I'm missing something, that these tutorials are giving me tools expecting me to know how to use them when I'm not ready for that yet. They say "make a database, make this php file" and I do, but they don't tell me anything else. How are they connected? They mentioned exporting SQL databases - how do I do that? Do I need to do that? Do the php pages need to be incorporated with html so the page shows up? So many questions. Thank you in advance!