овна статистична інформація про Вибраний футбольний клуб. Для прикладу продемонструємо програмний код та результат роботи Сторінки футбольного клубу Карпати Львів.
karpaty.php
lt;? php_once ( shablon-t.php )
? gt ;;
lt;/style gt;
lt;/style gt;
lt; div id= div_stadion gt; lt; img src= ../../ img/clubs/stadion_kar.png width= 70% height= 70% / gt; lt;/div gt;
lt; div id= div_club_ico gt; lt; img src= ../../ img/clubs/club_karpaty.gif / gt; lt;/div gt;
lt; div id= div_clubs_name gt; ФК Карпати Львів lt;/div gt;
lt; div id= div_tablea gt;
lt; table id= ourtable_main gt;
lt; tr gt;
lt; tr gt;
lt;? php
//Вивід воротарів командіровку
$ sql=mysql_query ( Select id_player, nom, player, nationality, games, goals, pass, minutes, no_goals, miss_goals, yellow_cards, red_cards, likes, koef from players where club= Карпати Львів and place= воротарів order by player , $ db);
//$ row=mysql_fetch_array ($ result); ($ row=mysql_fetch_array ($ sql))
{
$ id_player=$ row [ id_player ];
$ likes=$ row [ likes ];
? gt;
lt; tr gt;
lt;? php
}
? gt;
lt; tr gt;
lt;? php
//Вивід захісніків командіровку
$ sql=mysql_query ( Select id_player, nom, player, nationality, games, goals, pass, minutes, no_goals, miss_goals, yellow_cards, red_cards, likes, koef from players where club= Карпати Львів and place= Захисник order by player , $ db);
//$ row=mysql_fetch_array ($ result); ($ row=mysql_fetch_array ($ sql))
{
$ id_player=$ row [ id_player ];
$ likes=$ row [ likes ];
? gt;
lt; tr gt;
lt;? php
}
? gt;
lt; tr gt;
lt;? php
//Вивід півзахісніків командіровку
$ sql=mysql_query ( Select id_player, nom, player, nationality, games, goals, pass, minutes, no_goals, miss_goals, yellow_cards, red_cards, likes, koef from players where club= Карпати Львів and place= Півзахіснік order by player , $ db);
//$ row=mysql_fetch_array ($ result); ($ row=mysql_fetch_array ($ sql))
{
$ id_player=$ row [ id_player ];
$ likes=$ row [ likes ];
? gt;
lt; tr gt;
lt;? php
}
? gt;
lt; tr gt;
lt;? php
//Вивід нападніків командіровку
$ sql=mysql_query ( Select id_player, nom, player, nationality, games, goals, pass, minutes, no_goals, miss_goals, yellow_cards, red_cards, likes, koef from players where club= Карпати Львів and place= Нападник order by player , $ db);
//$ row=mysql_fetch_array ($ result); ($ row=mysql_fetch_array ($ sql))
{
$ id_player=$ row [ id_player ];
$ likes=$ row [ likes ];
? gt;
lt; tr gt;
lt;? php
}
? gt;
lt;/table gt;
lt;/div gt;
lt;/body gt;
lt;/html gt;
Результат показано на Наступний малюнку:
Рис 2.4.3 Сторінка ФК Карпати Львів
На даній странице такоже організовано процедуру лайкування (put likes) для футболістів. Дана можлівість реалізована помощью AJAX-технології. Далі наведено код цього скрипту:
lt; script type= text/javascript src= # justify" gt; lt; script gt;
$ (document) .ready (function ()
{
$ ( span.on_img ). mouseover (function ()
{
$ (this) .addClass ( over_img );
});