where to change in php.ini file for file uploading?
Answer / debraj roy
You can call the phpinfo() function to find the location of
your php.ini file, it will also tell you the current values
for the following settings that we need to modify
1.file_uploads
2.upload_max_filesize
3.max_input_time
4.memory_limit
5.max_execution_time
6.post_max_size
Is This Answer Correct ? | 16 Yes | 1 No |
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What is the difference between the functions unlink and unset?
Tell me what types of loops exist in php?
How do I run a php script in windows?
How do you debug php?
Is age interval or ordinal data?
Who is the father or inventor of php?
What is a php 5?
What are global variables in php?
Are php sessions secure?
What is $_ get in php?
What is deffience betwwen get() , Post , Request()