Which of the following is correct for passing password in PH…
Which of the following is correct for passing password in PHP? A. Both $_POST and $_GET can be safely used. B. $_POST is always faster than $_GET. C. $_GET can send unlimited data; $_POST cannot. D. $_POST sends data hidden in the HTTP body.