I am very new to coding in general but I am not afraid to get into it. I design sites in a wysiwyg editor. My question and problem is that I need to create a registration system for my page which will toss that information to a database so that I can draw from it later. I need to generate a password for this information and an e-mail to send the registrant with a random password and a login name that they would have entered into a form.
I will also need the ability to edit that from the web so that the user can change there password and information as it changes. I quess my question is can php handle all of this and if it can, will you suggest a source, books or anything that can help me do this.
The server I host on has mySQL and mSQL database support.
Thanks for your help in advance.