Hi there,
I'm currently working on a database but my PHP and MySQL knowledge is pretty limited. I'm trying to make a database where people can add basic profiles of a character (name, age, description) etc. and are then able to come back and edit
their own profiles whenever they want.
With what I currently know, I'm able to make a database that anyone can add to, and then echo it back to them, but I'm getting somewhat stuck on the username/password part.
Would anyone be able to point me in the right direction of a tutorial or just some nuggets of information, please?
(Note: If I wasn't very clear, I'm looking to make something relatively similar to this:
Roleplayers Directory)
Thanks!