PHP Code:
$voir = 'php';
?>
<table width="...trong> - <?=include('viewonline.php')?></div></td>
<td width="91" ...
Ici, selon ce que te retourne viewonline.php, tu as peut-être besoin de <?php include('viewonline.php'); ?> au lieu de <?=include('viewonline.php')?>.
PHP Code:
<table width="...t" value="<?=htmlspecialchars($q)?>" na...
NB : <?= équivaut à <?php echo