Followyourbliss
MIS
Greetings!
I've only recently started getting into PHP on my own. Self tought kind of thing. So I seem to be missing some of the "why's" and "how's" of common practices. If any one could shine some light on this, that would be awesome.
I'm learning how to work with mySQL - I've created a database which contains a table. 2 fields $_Name and $_Email. Thus far I only have 1 login id = the admin. I use it to mess with the table. No Problem. But let's say a new user goes to the site and wants to create a new user. How would I allow the person to create a new user ID while at the same time creating a new record in the table (to store name and email) WITHOUT first using the admin login? Should I create a dummy admin login to allow initial access to the database itself? I'm not really looking for code but rather an explaination of the theory behind it. The how.
Does that make any sense?
Thank you for your time,
Follow Your Bliss.
I've only recently started getting into PHP on my own. Self tought kind of thing. So I seem to be missing some of the "why's" and "how's" of common practices. If any one could shine some light on this, that would be awesome.
I'm learning how to work with mySQL - I've created a database which contains a table. 2 fields $_Name and $_Email. Thus far I only have 1 login id = the admin. I use it to mess with the table. No Problem. But let's say a new user goes to the site and wants to create a new user. How would I allow the person to create a new user ID while at the same time creating a new record in the table (to store name and email) WITHOUT first using the admin login? Should I create a dummy admin login to allow initial access to the database itself? I'm not really looking for code but rather an explaination of the theory behind it. The how.
Does that make any sense?
Thank you for your time,
Follow Your Bliss.