Salut ;-)
tu mets ceci par exemple :
sur ta page index.php
<?php
if(isset($_GET['downloads']) AND isset($_GET['downoadid']) AND is_numeric($_GET['downoadid']))
{
$id=$_GET['downoadid'];
include 'downloads.php';
}
?>
sur ta page downloads.php
<?php
if(isset($id))
{
//selection du fichier en fonction du numero, ici envoi du fichier
}
?>
a ++
Vulgarisation informatique : Entraide, dépannage et vulgarisation informatique