Answer Posted / arya
Try following queries
1] get date time
"SELECT NOW()"
2] get time
"SELECT CURTIME()"
3] get date
"SELECT CURDATE()"
Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What are the advantages of stored procedures in php?
What is the special meaning of __sleep and __wakeup?
A process can run only in the background. State Whether True or False?
Explain the difference between static and dynamic websites?
What is difference between sql and php?
What is difference between explode() or split() in PHP?
How to check an element is exists in array or not in php?
Describe PHP error and logging information?
What is action hooks and filter hooks?
How escape single quotes php?
How to generate a form?
What is the function used to change the root directory in PHP?
Explain me the difference between include and require?
is that "enumerated array" equal to "numeric array"?
Explain me what is the goto statement useful for?