php - Display data in a section HTML -


i have array want select , display data depending criteria in sidebar. show data in section in body, , change made section when select criteria on sidebar.

for moment solution create page each criteria , connect link criteria in sidebar.

normally there solution show dynamically

<html>     <head>         <meta charset='utf-8'>         <meta http-equiv="x-ua-compatible" content="ie=edge">         <meta name="viewport" content="width=device-width, initial-scale=1">         <link rel="stylesheet" href="styles.css">         <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>         <script src="script.js"></script>     </head>  <body>         <?php         require_once ".\classes\phpexcel\iofactory.php";         $objphpexcel = phpexcel_iofactory::load("zfg01_cat.xlsx");         $sheet = $objphpexcel->getsheet(0);         include 'fonctionsutiles.php';                 afficherlesarticlespargendre($sheet, "garcon");                ?>      </body>  </html> 


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -