[insert_php]
//page produits
global $chemin;
global $wpdb;
global $table_sections;
echo ‘
‘;
echo ‘
‘;
$sections = $wpdb->get_results(« SELECT * FROM $table_sections ORDER BY section »);
$numrows = count($sections);
//print_r($sections);
if ($numrows > 0) {
echo ‘
‘ . $section->NS . ‘ |