Home / Questions / Other PHP include कैसे करते हैं? इसका working code example क्या है? Other 0 Views Verified PHP include कैसे करते हैं? इसका working code example क्या है? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified require_file_only('header.php'); require_file_only('header.php'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer include 'header.php'; include 'header.php'; Additional Explanation include specified file को script में include करता है।
Verified load_browser('header.php'); load_browser('header.php'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified import_php_only('header.php'); import_php_only('header.php'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।