Home / Questions / Other PHP header redirect कैसे करते हैं? को debug कैसे करें? Other 0 Views Verified PHP header redirect कैसे करते हैं? को debug कैसे करें? सही विकल्प चुनें और 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 header->redirect('/login'); header->redirect('/login'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified redirect('/login'); only in core PHP redirect('/login'); only in core PHP Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Location('/login'); Location('/login'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer header('Location: /login'); exit; header('Location: /login'); exit; Additional Explanation Location header के बाद exit करना script execution रोकने का common pattern है। पहले exact error message, line number और input value check करें।