1 / 6

6 Common Questions Of PHP Interview

6 Common Questions Of PHP Interview For Beginners of PHP

softcrayons
Download Presentation

6 Common Questions Of PHP Interview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 6 Common Questions Of PHP Interview

  2. 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.

  3. 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.

  4. 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.

  5. 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.

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

More Related