i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200
1 5467is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...
1 6460i want simple programs in php and outputs and how to use in web developed side in php briefly explined in exmple
2 9664I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.
2 4336How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
3 11005how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
2 4421
How to create a directory?
How to download files from an external server with code in php?
What are php loops?
Why many companies are switching their current business language to php? Where php basically used?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What are helpers in php?
What is the interface in php?
What is form validation in php?
What is php and sql used for?
How to open a file for reading?
What are the functions to be used to get the image's properties (size, width and height)?
How do we get the current session id?
How many open modes available when a file open in PHP?
Which is correct about mysqli and pdo?
Explain Creating and Naming an Array?