Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.volley92.asso.fr
/
htdocs
/
pages
/
/srv/data/web/vhosts/www.volley92.asso.fr/htdocs/pages/actualites.php
<?php //start_block('title','keywords','description') start_block('','',''); ?> <?php $temp = strrchr($slug,'-'); $temp = explode('-', $temp); $id = $temp[1]; $stmt=$db_client->prepare("SELECT * FROM page_list WHERE id= ?"); // on prépare notre requête $stmt->execute(array($id)); $row=$stmt->fetch(); ?> <section class="one"> <?php var_dump($temp); echo 'test'; ?> <div class="container"> <h1><?= $row->title?></h1> <h2><?= $row->snd_title?></h2> <div class="row"> <div class="col-sm-12"> <?= strip_tags($row->content, '<p><ul><li><a><br><h3>'); ?> </div> <div class="col-sm-6"> <?=$row->content_2?> </div> </div> </div> </section> <section class="three"> <div class="container"> <h2>Contactez-nous</h2> <?php ///include "modules/pre-contact.php" ?> </div> </section> <?php end_block(); ?>