Jump to content

MySQL Database Question: for Register


Chidori Soul

Recommended Posts

Ok, so I am a RPG designer, and I need to ask one last question (or usually more) so I can finish the Register Page.

 

1. I have made the table for my Register Page, now what code do I input to my Register Page for it to work.

 

My Table Screenshot

 

Now, I just really need the code I put into the page, but I have no idea on what that would be, can anyone help me?

 

 

 

2. When a User Registers, how can I make it so that the table stores the information, and saves them for that users profile. So, the table automatically updates and they can Login?

Link to comment
https://forums.phpfreaks.com/topic/159535-mysql-database-question-for-register/
Share on other sites

Please make an attempt yourself, no one is going to do this for you...

 

If you just need the SQL help, because you DID post in the MySQL forum, you need to use INSERT for the registration and to check when the user logs in you need to use SELECT and see if the credentials are correct by checking if the query returned any rows.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.