PHP (3028)
Laravel PHP Framework (1078)
WordPress (1256)
Drupal (621)
Joomla (294)
Magento PHP (281)
CodeIgniter (272)
Zend (235)
CakePHP (128)
Yii PHP Framework (148) 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 5534is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...
1 6551i want simple programs in php and outputs and how to use in web developed side in php briefly explined in exmple
2 9788I 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 4430How 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 11154how 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 4532
What are the methods to submit form in php?
How do I move a drupal site from one host/server to another?
Do you know what is the function mysql_pconnect() usefull for?
What is difference between strstr() and stristr()?
Explain what is the procedure to see that the optional file is detected?
Why doesn't laravel use semantic versioning?
What is a responsive template?
What are libraries in codeigniter?
How install magento step by step?
How is the ternary conditional operator used in php?
How to handle localization in drupal?
Tell me what are system requirement for laravel 5.0?
How will you display error messages during development in WordPress?
How do you install an extension in joomla?
How can we submit from without a submit button?