FAQ
| Q. | What does a special set of tags = and ?> do in PHP? | |
| Q. | What's the difference between include and require? |
| Q. | What does a special set of tags = and ?> do in PHP? | ||
| A. | The output is displayed directly to the browser. | ||
![]() |
|||
| Q. | What's the difference between include and require? | ||
| A. | It's how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, | ||
![]() |
|||