Okay, i got my code down to two functions I have no idea how to write:
1 I need a function that will get a date stamp from a mysql table, if that date has not been reached yet, it will not allow access.
2 Also, I function that will get the date/time stamp from a mysql table, if the date has passed, it will not allow function.
problem is I still dont know how to compare or manipulate time in mysql. HELP!