Séries, Devoirs et Exercices corrigés 4S
Séries, Devoirs et Exercices corrigés 4ème année Secondaire
Riadh HAJJI
[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 2ème année secondaires [insert_php] $vowels = array(« _ », « -« , « / »);[/insert_php] [insert_php] echo ucfirst (str_replace($vowels,’ ‘,$_SESSION[‘section’]));[/insert_php] [insert_php] echo ucfirst …
[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 …
[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 …