What does csrf token mismatch mean?
No Answer is Posted For this Question
Be the First to Post Answer
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
Can we run php in apache tomcat?
What changes I have to do in php.ini file for file uploading?
How to get the total number of values in an array?
Does php use html?
How to create the PHP Script to Calculate the Age Using the Inputs Of our Birth date and the Current date?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
Which is better #define or enum?
Is there any way to call a JAVASCRIPT function in PHP in AJAX
How do I run a php script?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Explain about image types in detail?