Write down the code for save an uploaded file using php?
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. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.
Which library is used in php to do various types of image work?
What are the rules to declare a php variables?
how many type of url?
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
What is list function with their uses.
Is laravel easy to learn?
What is Different between Joomla And Magento?
How to concatenate two strings in php?
How can you parse files that were not ending with .php by using Apache?
Explain php split() function.