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 php routing?
What is the purpose of a query?
What are the difference between array_keys() and array_key_exists() in php?
What is the use of count() function in php?
Is nan in javascript?
What is "echo" in php?
What is new keyword in php?
What is delimiter php?
Do you know what is php?
Explain the installation of PHP on UNIX systems?
What is mean by an associative array?
What is composer json?
Do you know how can we check the value of a given variable is a number?
What is the difference between query and question?
What is meant by ‘passing the variable by value and reference' in php?