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 is psr in php?
What is php beginner?
What are the functions for imap?
What is dao in php?
Can you explain, when to use if-else if-else over switch statements?
How to get useful error messages in php?
What is the use of strpos in php?
How to create a text file in PHP?
Is time a dependent variable?
How to remove a file?
How does csrf token work?
What is fetch array in php?
Tell me how can we check the value of a given variable is alphanumeric?
What is the difference between die () and exit () in php?
What is the use of extract function in php?