A voir également:
- Crée un array PHP avec du texte et afficher
- Cree un compte google - Guide
- Comment créer un groupe whatsapp - Guide
- Comment cree un compte gmail - Guide
- Créer un lien pour partager des photos - Guide
- Créer un compte instagram avec gmail - Guide
1 réponse
Alors,
Tiens moi au courant si ça marche,
Bonne chance.
Aladin
// L'array $titles = array( 4354 => "Bienvenue dans la cuisine", 45 => "Bienvenue dans ma chambre", 887 => "Au revoir" ); // On va recuperer les donnés du form $id = $_GET['id']; //On affiche le titre correspondant s'il existe if(isset($titles[$id])) echo $titles[$id]; else echo "La page n'existe pas";
Tiens moi au courant si ça marche,
Bonne chance.
Aladin
C'est plutot
<form method="get" action="codigoweb.php">