how to include a datepicker in a form using php and mysql
Answer Posted / aditya
by using query in mysql
as select now();
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How is the ternary conditional operator used in php?
What type of errors can be occurred in php?
What is the difference between overloading and overriding in php?
What is the method to register a variable into a session?
How to create a table to store files?
Are parent constructors called implicitly inside a class constructor?
What are the encryption functions in php?
What is the use of namespace in php?
Explain the difference between $message and $$message?
Why do you need php?
How long is session timeout?
What is the difference between null and empty?
What is good average session duration?
What is a persistent cookie in php?
How can we automatically escape incoming data?