Source of: tutorial/login-clanwar/clanwar-v1.php (Download Source)
Last Modified: Fri, 16 Feb 2007 13:38:18 UTC

1
2
3
4
5
6
7
8
9
10
<?php
    if(isset($_GET['ClanwarID']))
    {
        // clanwar-details
    }
    else
    {
        // übersicht
    }
?>