Why does php need server?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of callback in php?
What is the difference between array_merge() and array_merge_recursive() in php?
What is get and post method in php?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
what is the post and get method??
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
How to get the position of the character in a string in php?
How to define a user function?
Which function would you use to read a line of data from a file in php?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
for image work which library?
Tell me is it possible to protect special characters in a query string?