forked from monnerat/web_2025
use include_once
This commit is contained in:
parent
09e55a2b28
commit
5dad311827
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include './include/data.inc.php';
|
||||
include_once './include/data.inc.php';
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include './include/favoris.inc.php';
|
||||
include_once './include/favoris.inc.php';
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
@@ -17,7 +17,7 @@ include './include/favoris.inc.php';
|
||||
<body>
|
||||
<main>
|
||||
<h2>
|
||||
Exercice 4 : Favoris
|
||||
Exercice 4 : Favoris
|
||||
</h2>
|
||||
|
||||
<!-- À compléter -->
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include './include/fonction.php';
|
||||
include_once './include/fonction.php';
|
||||
$alphabet = "@#!*^&azertyuiopqsdfghjkklmwxcvbnAZERTYUIOPLMKJHGFDSQWXCVBN1234567890";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user