so i'm thinking about creating a web form for drop-in hockey registration. my spam email every week seems be filtered on several mail servers now...
anyways, my php is SUPER rusty and i've never really played much with ASP. any ideas on how i would easily accomplish this?
i'd like a registration form that sends a request to me to generate credentials for a user,
then have this user be able to log in and sign up for drop in hockey on saturdays,
and have the list viewable by anybody logged in,
and perhaps email out a reminder.
i would assume that storing userdata in a mysql database would be easiest?
just looking for kind of a starting point here. thanks!