about 9 years ago
In php you can include the content of one PHP file into another PHP file using the following statement:
include statement: It will produce a warning if the file is missing or uable to load the file and the script continues to execute.
Syntax:
include 'filename';
require statement: It will produce a fatal error if the file is missing or uable to load the file and the stop the script.
require 'filename';
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)