function weather($city)
{
    $t = new Weather();
    $t->show($city);
}