What IS PHP?

Answers were Sorted based on User's Feedback



What IS PHP?..

Answer / isaac

PHP: Hypertext Preprocessor, an open source, server-side,
HTML embedded scripting language used to create dynamic Web
pages. In an HTML document, PHP script (similar syntax to
that of Perl or C ) is enclosed within special PHP tags.
Because PHP is embedded within tags,And, because PHP is
executed on the server, the client cannot view the PHP code.
PHP can perform any task!

Is This Answer Correct ?    12 Yes 0 No

What IS PHP?..

Answer / sunil kumar

PHP:Preprocessor Hypertext or Personal Home Page open
source,server side script language used to create
software,sites.We can combine the PHP code with HTML with
the help of tags <? ?>.

Is This Answer Correct ?    2 Yes 0 No

What IS PHP?..

Answer / venkatesh

PHP is a powerful tool for making dynamic and interactive
Web pages.

PHP is the widely-used, free, and efficient alternative to
competitors such as Microsoft's ASP.

* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix, Oracle,
Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* PHP is an open source software
* PHP is free to download and use

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

What is difference between array_merge and array_combine in php?

0 Answers  


How to assigning a new character in a string using php?

0 Answers  


what is code for email sending through localhost pc..?

2 Answers  


How many php based companies in bangalore and chennai and over all india ? most of the persons saying for 2 years and 3 years they will be getting less than 15k per month how far is it true ? is it good scope for experience people can any one tell the exact experience pay for php developers one yr experience how much sal we expect ? two yr experience how much sal we expect ? three yr expereince how much sal we expect ? please kindly reply to the above questions as an experts you only please kindly judge and tell your practical experience in PHP ?

3 Answers  


How many types of errors in php?

0 Answers  


What is php regular expression?

0 Answers  


Is laravel an oop?

0 Answers  


What is in a cookie?

0 Answers  


hello.. i am b.tech 4th year student. i am confused that i should learning php or java. I have some knowledge of java and developed project in java, but i want to develop my career in php. So plz suggest me , i should go with php or java.

5 Answers  


write the prime number of program?in php

2 Answers   TCS,


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 Answers  


What is var_dump?

0 Answers  


Categories