Junior PHP Developer Question:

Explain me 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.

Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Explain me what is the use of 'print' in php?Tell me what is the use of explode() function?