|
|
|
|
|
|
|
|
|
#2 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Code:
if (array_key_exists($_GET["id"], $path)) {
header("location: " . $path[$_GET["id"]]);
} else {
header("location: http://yoursite.com/");
}
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|