Sr. PHP Programmer Question:
Download Questions PDF

How to include a file to a php page?

Answer:

We can include a file using "include() " or "require()" function with file path as its parameter.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what is sql injection?How to create a session? How to set a value in session? How to Remove data from a session?