Code: Select all
if (empty($zip))
{
header ("Location: http://data.honoluluacademy.org/zipcode.php");
exit;
}I just want a simple redirect, instead of sending header information. How can I accomplish this?
There's gotta be a way... It seems a robust language like php wouldn't overlook such a simple function, right?
Thanks,
Chris