Answer Posted / rohit
echo date("d-M-Y",time());
| Is This Answer Correct ? | 51 Yes | 9 No |
Post New Answer View All Answers
How many data types are used by php?
What are the differences between echo and print?
What is mvc in php?
What is form validation in php?
What is the difference between == and === operator in PHP?
Tell me how can we automatically escape incoming data?
How to get no. of rows using MYSQL function?
What are the three classes of errors that can occur in php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
Tell us how can we access the data sent through the url with the post method?
What version of php do I have windows?
What are static variables in php?
What is polymorphism in oop php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How can you get the size of an image in PHP?