how to include a datepicker in a form using php and mysql

Answers were Sorted based on User's Feedback



how to include a datepicker in a form using php and mysql..

Answer / sri

use date picker javascript tools for this

cheers
Sri

Is This Answer Correct ?    3 Yes 1 No

how to include a datepicker in a form using php and mysql..

Answer / aditya

by using query in mysql
as select now();

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More PHP Interview Questions

what is php?

3 Answers  


we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.

1 Answers   IndiaTimes,


Write a query to find the 2nd highest salary of an employee from the employee table?

0 Answers  


Is php dying 2018?

0 Answers  


Does php has a future?

0 Answers  






List out the predefined classes in PHP?

11 Answers  


How can I use single quotes in single quotes in php?

0 Answers  


Tell me how stop the execution of a php scrip?

0 Answers  


Explain about the $_GET variable of PHP?

0 Answers  


Can we use session in mvc?

0 Answers  


How does the identity operator ===compare two values in PHP?

0 Answers  


What is difference between count or sizeof function in php?

0 Answers  


Categories