How to convert a timezone from one to another ?
Answer / 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 |
How can you create a session in php?
Explain briefly about a search-friendly site looks like?
What is htmlspecialchars?
When to use self over $this?
What are the encryption techniques in php?
What is an operator in php?
How many types of php are there?
What are the different ways we can retrive the mysql results using php ? Explain each
Do you know what is use of count() function in php?
How to calculate the difference between two dates using php?
What is the delimiter syntax is PHP's default delimiter syntax
How will you create a bi-lingual site (multiple languages) ?