DEV Community

PHP node question

Avinash Maurya on January 30, 2024

In PHP, include() and require() are both used to include and evaluate the contents of a file into another script. However, there is a key differenc...
Collapse
 
lionelrowe profile image
lionel-rowe

Wow, I never knew PHP include was so broken. Why on earth would you want to swallow errors from something as important as an entire missing code module?