what is the default session expire time in php?
what is default file attachment size in mail in php?
Answers were Sorted based on User's Feedback
Answer / aiajz
Default Session expire time is 24mins,1440 seconds
we can change the session time,
Default attachement size is 2mb.
| Is This Answer Correct ? | 0 Yes | 1 No |
how can i get USA time using php...
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What are the differences between echo and print?
How to get the ip address of the client?
What is difference between php and html?
What is smarty?
If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)
How can we encrypt the username and password using PHP?
13 Answers Avaria, HCL, TCS, Xpert,
What is a query in a database?
Which is incorrect with respect to separating php code and html?
Can I use node js with php?
What is sql injection in php?