Exemplo n.º 1
0
<?php

if ($access != 'VALID') {
    header('location:../../index.php');
}
include_once 'model/club/fonctions_club.php';
if (isset($_GET['id'])) {
    $club = afficher_club($_GET['id']);
    update_click($_GET['id']);
    echo $club['clubtelephone'];
}
Exemplo n.º 2
0
<?php

#update_pos("陆家嘴早餐",3,"index_bf");
update_pos("创业", 4, "index_bus", true);
update_pos("商业", 5, "index_business", true);
update_pos("科技", 5, "index_tech", true);
update_column('author', 5, 'index_author', 4, '_r');
update_pos("投资", 6, "index_invest", true);
update_pos("奢华", 2, "index_luxu", true);
update_click(6, 'index_pop');
update_column('journalist', 8, 'index_jour');
Exemplo n.º 3
0
<?php

update_click(6, 'right_pop');
update_pos("创业", 7, "right_create", true);
update_pos("商业", 7, "right_business", true);
update_pos("科技", 7, "right_ology", true);
update_pos("投资", 7, "right_invest", true);
update_column('author', 5, 'right_popcolumn', 1, 'right_pcnews', false);