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 |
Which is the best method to fetch the data from mysql? 1.mysql_fetch_array() 2.mysql_fetch_object() 3.mysql_fetch_row() 4.mysql_fetch_assoc()
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the maximum size of a table in mysql?
How can you insert javascript in php code?
What is static method php?
what is the scope of php in the future if any other language is developed then may be php is loss ???
Hi, I want to upload an image ito database and display image in a table in php how it is possible
Tell me what is the difference between get and post?
What is in a cookie?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
Tell me how is it possible to propagate a session id?
what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...