Back
08 juillet

Ajout devoirs,exercices et séries 3ème 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 3è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 …

08 juillet

Devoirs,exercices et séries 3ème 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 3è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 …

03 juillet

Ajout devoirs,exercices et séries 4ème 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 4è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 …

22 juin

Les articles

Comment installer Flutter sous Windows Comment installer Flutter sous Windows Mise à jour du SDK Flutter Commandes Flutter : Guide Complet des Outils CLI et ...Lire La Suite 1 mai 2022 / Flutter Mise à jour du SDK Flutter Comment …
21 juin

Sujets BAC SI : Matière Algorithmique et programmation

Sujets BAC SI : Matière Algorithmique et programmation Sujets du baccalauréat Section Sciences de l’informatique Matière Algorithmique et programmation Cette page contient une compilation des examens théoriques et pratiques proposés en baccalauréat tunisien. Elle est destinée aux élèves pour s’entraîner …