6
6 Common Questions Of PHP Interview

6 common questions of PHP interview

Embed Size (px)

Citation preview

Page 1: 6 common questions of PHP interview

6 Common Questions Of PHP Interview

Page 2: 6 common questions of PHP interview

• Today PHP is on heights, with a rapid speed it is defeating its completive languages it the sector of information technology.

• There are lots of most popular web application which is build in PHP such as Facebook which start their journey as social network and today becoming a market place.

• Wikipedia, wordpress etc are also build in PHP language. Due to PHP rapid influence new comers are attracting toward PHP for their career so we are going to discuss 6 common interview questions of PHP which will help beginners in a interview.

Page 3: 6 common questions of PHP interview

Questions No : 1

Qus : What is PHP? Ans : PHP, a server side scripting language commonly used to

build web applications. To build web application PHP have its lots of framework and CMS (Content management System).

The best part of PHP Is its CMS that a non technical person can easily create a website in Wordpress because it CMS such as Wordpress is so easy and friendly.

Page 4: 6 common questions of PHP interview

Questions No : 2

Qus: Is there any difference between include and require? If yes then explain.

Ans: Yes there is difference between include and require. If the file is not found by require(), it means there is a fatal error and halt the execution of the script but If the file is not found by include(), a warning will be issued, but execution will continue.

Page 5: 6 common questions of PHP interview

Questions No : 3

Qus: Explain the differences between GET and POST methods?

Ans: There are two main differences between GET And POST. 1.By Using GET method we can send 10 bytes but POST

method only use for transfer of large amount of Data. 2.If we talk about security post is more secure than GET

method.

Page 6: 6 common questions of PHP interview

Get The Complete Blog at http://www.softcrayons.com/blog/php-interview-questions/