I have an existing system to submit articles using PHP into a MySQL database. I would like to implement some sort of queue, so I was wondering if I could allow the submitter to select a date/time and then the Insert would perform at that time. Is this possible?
Share
A better way to accomplish this is not to time the insert, but to time the publishing of the article. Instead of inserting at a specified time: