divinedesigns1 Posted April 8, 2012 Report Share Posted April 8, 2012 ok so this just came across my mind, can you have a form where the date of the form, changes according to the present day, and when someone fill it out, the form grabs that code and store it into the database, so if you need to search for a specific info you dont have to go through all of them BUT just select the date of which you wish to view and bam all the mails from that specific date gets displayed Link to comment Share on other sites More sharing options...
boen_robot Posted April 8, 2012 Report Share Posted April 8, 2012 You can get the date with PHP's date() function, and output that within a text field, therefore making the default date be the current one.As for the part about selecting a date and getting everything for it... read the AJAX tutorial. Link to comment Share on other sites More sharing options...
divinedesigns1 Posted April 9, 2012 Author Report Share Posted April 9, 2012 You can get the date with PHP's date() function, and output that within a text field, therefore making the default date be the current one. As for the part about selecting a date and getting everything for it... read the AJAX tutorial. Ok alrite thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now