Wow, I am glad to see someone being enthusiastic about all I have to say, haha!
Thank you 
I am definitely good at asking vague/broad questions at this point, since I barely know what I am doing, but I am getting the hang of things, and I am beginning to regularly understand proper syntax, at least.
I am glad to know I can use procedural style because object-orientation seems to be a hassle, but I think once I get it working procedurally, I will try to replace with a PDO object-orientation.
[b]I use ? then specify the bind_param with a specific variable, so I think I have the parameterized query thing working.
The input/output cleaning confuses me now o_O The user would enter the information, and upon hitting submit, when it sends to the php, it cleans as it defines the variables, so would that be output or would that be input?
Password hashing is definitely scary o_O and actually, I do not ask the user to define a password upon registration because registration requires a recruiter, but I might change that, so I will handle passwords later. At this time, I am the only user, and my password is nothing I use on nay other site, so I think I am okay. However, I think later has arrived because the next step in the process would be having the user set a password ;D lol. I am ridiculous -_- but anyway, this is having a password encrypted to a code, adding a randomized string to either end, and using some sort of key to top it all of, but I am definitely set back by this nonsense. I have identified the cost I plan to use though, so I have one thing. HMAC, and AES are definitely confusing me. I think I understand password_hash().
I am not sure what the exact provider of my SSL certification is, but it is being provided by my host, so I hope it’s okay, as they do not specifically identify the provided, just that it is third party, and it is being provided free.[/b]