First things first. When it comes to computers, I am certainly not an idiot. However, if you are so kind as to respond and try and help me, be warned that if you simply post a bunch of PHP code, I probably wont know what to do with it, so some comments or direction would be much appreciated.
So, here goes.
I am updating a website for my son's boyscout troop. Current version can be viewed at www.troop104.com
According to BSA rules, we cannot post any pictures or names on the site unless it is "reasonably" protected from the general public view.
So, what I would ideally like to do is this.
I will need some method for them to register. Currently using some lame cgi script that doesn't do what I want.
once registered, i would like it so that when they come back, they dont have to log in everytime. Perhaps a little bit of personalization here would be nice too. Let them know I am actually doing something for them. Otherwise, they will probably want me to wash cars or something.
I would also like them to be able to go anywhere in the website without having to worry about logging in again.
Finally, and this is the real bear. I have the entire roster in excel format. They want me to put it on the website and make it searchable and make it so that they can view it in different formats. For example: Some will want it sorted by last name. Others will want it sorted based on which patrol the boys are in.
Others will want it sorted by rank, or perhaps troop or patrol position. I have a MySql database that I can work with for the site.
Ok, I think that is it. I probably forgot something.
Now I realize, there is nobody that is going to sit down and type everything I need. Nor do I expect it. But if you could tell me what type of code I need for each thing. Give or point me to some examples would be fantastic. I have found some solutions using cgi, but just not what I am looking for and nothing as kewl as using PHP/MySql. Heck the cgi program Im using right now doesnt even encrypt the password. Speaking of which, I will need them to be able to retrieve lost passwords without my help too :-)
Thanks so much.