Devoirs,exercices et séries 1ère année secondaires
[insert_php]
session_start();
if (isset($_GET[‘section’])&& isset($_GET[‘type’])&& isset($_GET[‘matiere’])) // On a le nom et le prénom
{
$_SESSION[‘section’]=$_GET[‘section’];
$_SESSION[‘type’]=$_GET[‘type’];
$_SESSION[‘matiere’]=$_GET[‘matiere’];
}
[/insert_php]
Devoirs,exercices et séries 1ère année secondaires[insert_php] $vowels = array(« _ », « -« , « / »);[/insert_php] [insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘section’]));[/insert_php][insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘type’]));[/insert_php][insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘matiere’]));[/insert_php][insert_php] if ($file != « . » && $file != « .. ») ‘.($nombre_de_lignes-1).’ Fichier(s) trouvé(s) ‘; Aucun Fichier trouvé ‘;
[/insert_php] |