Soldato
- Joined
- 30 Nov 2005
- Posts
- 3,084
- Location
- London
Very basic question but, when would one use the following:
header("location: destination_url.php");
over
include "destination_url.php";
Is a header safer over include, in terms of POST values.
Thanks,
James
header("location: destination_url.php");
over
include "destination_url.php";
Is a header safer over include, in terms of POST values.
Thanks,
James