$country = $_REQUEST['country']; if ($country != null){ switch ($country){ case 'Canada': header('Location: Canada'); break; case 'Netherlands': header('Location: Netherlands'); break; case 'United Kingdom': header('Location: UK'); break; case 'United States': header('Location: US'); break; case 'Belgium': header('Location: Belgium'); break; case 'Russia': header('Location: Russia'); break; case 'Philippines': header('Location: Philippines'); break; case 'Italy': header('Location: Italy'); break; case 'France': header('Location: France'); break; case 'Germany': header('Location: Germany'); break; case 'Mexico': header('Location: Mexico'); break; case 'Trinidad and Tobago': header('Location: Trinidad_Tobago'); break; case 'Jamaica': header('Location: Jamaica'); break; case 'Schengen': header('Location: Schengen'); break; case 'Australia': header('Location: Australia'); break; default: $error = true; } } ?>
| Application Download.com Your source for do-it-yourself application kits. |
| © 2006 application-download.com. All rights reserved. |