finalsman Posted October 13, 2015 Share Posted October 13, 2015 (edited) 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 Edited October 13, 2015 by finalsman Quote Link to comment https://forums.phpfreaks.com/topic/298566-generate-alert-message-from-database-value/ Share on other sites More sharing options...
mac_gyver 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/ Quote Link to comment https://forums.phpfreaks.com/topic/298566-generate-alert-message-from-database-value/#findComment-1523181 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.