Can you extend a final defined class?
No Answer is Posted For this Question
Be the First to Post Answer
What is varchar mysql?
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
Explain the difference between $var and $$var?
What is php good for?
How are php sessions stored?
Is empty in php?
which institute provide better PHP trainning in delhi? please tell me how much salary can freshers get ? thanku
Which is used to maintain the value of a variable over different pages?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
Can I use php in html?
how to upload a file in php.write a syntex for that
Does php 7 support multiple inheritance?