HI everyone
I am very new to java Script and I have a calendar written in JavaScript:?: I want to take the values from it[Clicking in an input field activates the calendar. The date format is "%m/%d/%Y %I:%M %p". The calendar defaults to "single-click mode".] and using php insert it to mysql table .Any help or link to a tutorials in the exact problem will help:confused:
thanks

Recommended Answers

All 3 Replies

I assume the callendar should put a date in input field when you click on a date, right. So you only need to post that value from input field to php.

You can take a look here about submitting values from forms:
http://www.w3schools.com/php/php_forms.asp

I assume the callendar should put a date in input field when you click on a date, right. So you only need to post that value from input field to php.

You can take a look here about submitting values from forms:
http://www.w3schools.com/php/php_forms.asp

I know how to use post really well but I have problem of taking the value from the calendar

Put some code up so we can look please.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.