diff --git a/BACKEND/PHP/bonjour.php b/BACKEND/PHP/bonjour.php new file mode 100644 index 0000000..f760a6f --- /dev/null +++ b/BACKEND/PHP/bonjour.php @@ -0,0 +1,7 @@ + + + + hello world"; + ?> + + \ No newline at end of file diff --git a/BACKEND/PHP/compte.php b/BACKEND/PHP/compte.php new file mode 100644 index 0000000..6add2ca --- /dev/null +++ b/BACKEND/PHP/compte.php @@ -0,0 +1,17 @@ + + + + "; + for($i=1;$i<51;$i++){ + if ($i%10==0){ + echo "

"; + } + if($i%2==0){ + echo "$i "; + } else{ + echo "$i "; + } + }echo "

"; + ?> + + \ No newline at end of file diff --git a/BACKEND/PHP/tableau.php b/BACKEND/PHP/tableau.php new file mode 100644 index 0000000..6596b85 --- /dev/null +++ b/BACKEND/PHP/tableau.php @@ -0,0 +1,9 @@ + + + + " + } + ?> + + \ No newline at end of file