Php interview questions and answers you should know - PowerPoint PPT Presentation

About This Presentation
Title:

Php interview questions and answers you should know

Description:

PHP Interview Questions and answer are published by CBitss technologies, PHP training in Chandigarh training providing institute for help the candidates win interview session easily. – PowerPoint PPT presentation

Number of Views:27
Slides: 11
Provided by: cbitssexp34

less

Transcript and Presenter's Notes

Title: Php interview questions and answers you should know


1
PHP Interview Questions and Answers You Should
Know
2
  • PHP is a vital part of the Web world, and every
    web developer should have basic knowledge in PHP.
    We hope you find these questions useful. If you
    are an interviewer, take the time to read the
    questions of general interview which is most
    likely to be you.

3
What is PHP?
4
What is the use of "echo" in php?
  • It is used to print web page data. lt?php echo
    'Car insurance' ?gt The following code prints the
    text of the web page.

5
require_once(), require(), include().
  • require() includes and classify a specific file,
    while require_once() does that only if it has not
    been inserted before (on the same page). So,
    require_once() is suggested to use when you want
    to include files where there are many functions
    for example.
  • This way you make sure that you do not include
    the file more often and you will not get the
    "Function Redeclare" error.

6
How to declare an array in php?
  • Eg var arr array('apple', 'grape', 'lemon')

7
Chandigarh study encourage you for the
preparation of the top PHP question answer in web
development
  • If you are looking for PHP training in
    Chandigarh, CBitss technologies is a best
    platform for you.

8
If you read more interview question answer then
click this link
  • Top PHP question and answer for 2019

9
Address- CBitss Technologies, sector 34A,
SCO-23,24,25 Chandigarh 160022.
Mobile no- 9914641983
10
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com