InterviewSolution
Saved Bookmarks
| 1. |
What is the security parameter for XSS in CodeIgniter? |
Answer»
This function is used only when you are submitting data. The second Boolean parameter is optional and used to check the image files for the XSS attacks. This is very useful for FILE upload. If its value is true, that means the image is safer and not otherwise. |
|