Answer Posted / prasadkonnur
date_default_timezone_set() function
ex: date_default_timezone_set('Europe');
And date_default_timezone_get() function to get date.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to retrieve the original query string?
How can we display the output directly to the browser?
What is csrf verification?
What are the common uses of php?
Tell me what should we do to be able to export data into an excel file?
What is uniqid php?
Can I use php in visual studio?
How is php different from other languages?
What is data structure in php?
How to get the length of string?
What is basename php?
Explain the difference between urlencode and urldecode?
in PHP for pdf which library used?
Can we use php variable in javascript?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.