Tell me how include and require are different from each other?

Submitted by: Muhammad
Both include and require scans the program. If the require() function doesn't find any file than the script will not execute. On the other hand if the include() file can't find a file or encounter any error then the warning notification will be raised but the script will still execute.
Submitted by: Muhammad

Read Online WordPress Themes Developer Job Interview Questions And Answers