what is the default session expire time in php?
what is default file attachment size in mail in php?
Answer Posted / luvboy
Default Session expire time is 24mins
Default attachement size is 2mb
both can be changed in php.ini file.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What is the use of return in php?
What is the difference between explode and split?
What is return in php function?
/temp is a type of filesystem directory. State Whether True or False?
Does browser understand php?
Explain the difference between mysql_connect and mysql_pconnect?
What are the three parts of an http request?
What is the use of mysqli_real_escape_string() function?
Write a statement to show the joining of multiple comparisons in php?
Why post method is used in php?
Can constructor be private in php?
What is slim framework?
What is user defined function in php?
What is the use of "enctype" attribute in a html form?
What are the ways to include file in php?