Home / Questions / Other PHP include कैसे करते हैं? beginner developer को कैसे समझाएँ? Other 0 Views Verified PHP include कैसे करते हैं? beginner developer को कैसे समझाएँ? सही विकल्प चुनें और 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 Correct Answer include 'header.php'; include 'header.php'; Additional Explanation include specified file को script में include करता है।
Verified require_file_only('header.php'); require_file_only('header.php'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
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 नहीं है।