Junior PHP Developer Question:

Explain me how to include a file to a php page?

Tweet Share WhatsApp

Answer:

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

Download Junior PHP Developer PDF 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?