What is the difference between core php and php?
how do we can copy of the content of a web page with the help og the URL and display them onto any other page
Tell me what does pear stands for?
What is rest api in php?
What is the difference between runtime exception and compile time exception?
what is mean by portal
What is the meaning of a final class and a final method?
How would you impletement download and upload a file in php
What are the 5 types of data?
What is an example of a variable?
What would occur if a fatal error was thrown in your php program?
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
Does PHP 5 support exceptions? State Whether True or False?