Hey guys,

Hope someone can help me out here. I am working on a php form that has a javascript pop-up calendar to select a date..It works but I want to take the selected date and insert it into mysql so that I can pull it out with php later..but I have had no luck. The calander I am using can be found here http://dynamicdrive.com/dynamicindex7/jasoncalendar.htm

Thanks a ton.

Fred

    it says (I didn't try though,) that it makes a hidden field containing the date whose name you can set. Also it was inside a form, so it should appear in your $_REQUEST["<name>"]. From there you can do anything, place it in an INSERT INTO sql statement and store the value via e.g. MySQL.

      Write a Reply...