finalsman 0 Posted October 13, 2015 Share Posted October 13, 2015 Please, I need help on a php/javascript codes that will enable a message alert prompted by system date time. I am designing an application and I have a "date" table in the database. It is a variable. I want an auto generated message alert or prompt when a value in the date database matches a date in the computer. <tr><td><strong>End Date:</strong></td><td><input type="text" name="edatetxt" id="datepickerr" required="required"/></td></tr><tr>a database INSERT INTO `stu_tbl`(`stu_id`, `e_date`, ) VALUES ([11],[22-10-2015],)Thanks Link to post Share on other sites
mac_gyver 492 Posted October 13, 2015 Share Posted October 13, 2015 do you have a specific question(s) about doing this? just listing what you want isn't a question and we are not here to do your design for you, just to answer specific questions you have - see the sticky/pinned post http://forums.phpfreaks.com/topic/20513-read-me-welcome-to-application-design/ Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.