Sr. PHP Programmer Question:

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 202 Senior PHP Programmer Questions
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?