Buenas tardes .. en verdad me urge una solucion ... estoy haciendo una pagina web .. y solo me falta una seccion pequeña (estilo banners) donde saldran las ofertas semanales ... esta sección debe incluir aleatoriamente uno de los archivos php
(oferta_01.php, oferta_02.php..... etc)
he provado
$not1='noticia_01.php';
$not2='noticia_02.php';
$not3='noticia_03.php';
$not4='noticia_04.php';
$not5='noticia_05.php';
$resultado=$not.mt_rand(1,2);
include('$resultado');
y nada ..
aver si me pueden hechar una mano porfa