include "functions_read.php"; ?> $num = $_GET['t']; if (is_numeric($num)){header("Location: http://www.info-luttequebec.com/fr/show.php?t=$num");} else {header("Location: http://www.info-luttequebec.com/");} $post = readpost("$num"); // header("Location: http://www.info-luttequebec.com/fr/show.php?t=$num"); ?> $num = $_GET['t']; if (!is_numeric($num)) {header("Location: http://www.info-luttequebec.com/");} $post = readpost("$num"); ?>
|