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 |
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
I went to an php interview yesterday.I got selected there.But,They asked me to sign bond by submitting my certificates for 2 years.Is it good or bad
What are majic methords in php?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
AentteQ Software Technologies Q: what are benifits of using LAMP..?
When sessions ends?
Tell me can you extend a final defined class?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
What is abstraction php?
What's the diff. between include() and Include_once().
How to remove duplicate values from a PHP Array?
How to know user has read the email-php?