New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Zend PHP 5 Certification 200-500 Question # 24 Topic 3 Discussion

Zend PHP 5 Certification 200-500 Question # 24 Topic 3 Discussion

200-500 Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

How can you redirect a client to another page using PHP?


A.

header('Location: /another_page.php');


B.

header('Content-Location: /another_page.php');


C.

header('Redirect: /another_page.php');


D.

header('Redirect: /another_page.php', 1, 302);


E.

header('HTTP/1.1 302 /another_page.php');


Get Premium 200-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.