Answer Posted / rakesh dongarwar
echo $date = date("d/m/Y");
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the difference between a session and cookies?
Is it possible to protect special characters in a query string?
What is the use of mysql_real_escape_string in php?
What does the scope of variables mean?
Explain what is the difference between session and cookie?
How to open a file in php?
What is php and what does it do?
What is php session start?
What is difference between static and constant?
How do you check if a variable has been set in php?
How to create a session? How to remove data from a session?
How to initiate a session in php?
What are php loops?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is the difference between echo print and print_r in php?