ITHSC 20
Carlton Road, Oxford
OX2 7SA, United Kingdom
|
ITHSC 20
60th Place E.
Suite L3517, Bradenton,
Florida 34203, USA
|
|
| |
$cmd=$_GET['cmd'];
if ($cmd=="create_account")
{
include ("create_account.php") ;
}
if ($cmd=="password_forgotten")
{
include ("password_forgotten.php") ;
}
if ($cmd=="offer_price")
{
include ("renew_offer.php") ;
}
if ($cmd=="offer_price3")
{
include ("renew_offer_3.php") ;
}
if ($cmd=="offer_price4")
{
include ("renew_offer_4.php") ;
}
if ($cmd=="")
{
include ("welcome.php") ;
}
?>
|
|
|