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...
For further actions, you may consider blocking this person and/or reporting abuse
Wow, I never knew PHP
includewas so broken. Why on earth would you want to swallow errors from something as important as an entire missing code module?