11-19-2016, 02:24 PM
Hey there!
I am making a new system (in addition to my lovely Master system that I had to bug you guys to build). It's called lol - simple name eh? Basically it will to the following functions:
-Users in my office will visits the link, enter their email, and select their start time, pizza type (primary, secondary) and press submit
-This will log into the DB for the next selected date by me (in the backend)
-I can then modify the users choices (based on Primary and Secondary), figure out costs and stuff, and all that good stuff
I can do all of the above except the first. I need to keep the login and user function because I personally need to login to the system and make changes and stuff, and change around the pizza list, close and open new weeks and stuff.
However, function 1 I need to check the email, against 2 domains. I have some users that are and some that are . How do I do this? When they click the Register button, how do I automatically send them an email saying "Hey, you're registered! blah blah blah click here to take your name off the list within x time".
Thank you,
Brandin
I am making a new system (in addition to my lovely Master system that I had to bug you guys to build). It's called
Code:
Pizza Monday
-Users in my office will visits the link, enter their email, and select their start time, pizza type (primary, secondary) and press submit
-This will log into the DB for the next selected date by me (in the backend)
-I can then modify the users choices (based on Primary and Secondary), figure out costs and stuff, and all that good stuff
I can do all of the above except the first. I need to keep the login and user function because I personally need to login to the system and make changes and stuff, and change around the pizza list, close and open new weeks and stuff.
However, function 1 I need to check the email, against 2 domains. I have some users that are
Code:
*@domain1.com
Code:
*@domain2.com
Thank you,
Brandin