Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How will you include the content of a PHP file into another PHP file?

There are two PHP functions which can be used to included one PHP file into another PHP file.

☛ The include() Function

☛ The require() Function

 208 views

More Questions for you: