Currently, the date in the database is compared to the date
of the webserver. If the webserver time is larger than the
date in the database, it will not accept new submissions.
However, for the future the date comparison should be made
on the database system within the SQL query, which could not
be implemented due to inaccurate time on the database system.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=29424
Currently, the date in the database is compared to the date
of the webserver. If the webserver time is larger than the
date in the database, it will not accept new submissions.
However, for the future the date comparison should be made
on the database system within the SQL query, which could not
be implemented due to inaccurate time on the database system.