les parece seguro hacer esto?, alguna forma de vulnerar?
como lo podria hacer, gracias!
Código PHP:
<?
$dato = $_GET['ver'];
if(!is_numeric($dato)):
header('Location: http://www.miweb.com/');
exit;
endif;
include("carpeta/datos-".$dato.".php");
echo $nombre."<br>";
echo $imagen."<br>";
echo $descri."<br>";
?>