Jump to content

Good Question about php


divinedesigns1

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...