Html,php,javascript
Fermé
znassss0011
Messages postés
2
Date d'inscription
mercredi 9 septembre 2009
Statut
Membre
Dernière intervention
12 septembre 2009
-
12 sept. 2009 à 01:02
Hexbinmos Messages postés 29 Date d'inscription vendredi 11 septembre 2009 Statut Membre Dernière intervention 9 avril 2010 - 12 sept. 2009 à 09:43
Hexbinmos Messages postés 29 Date d'inscription vendredi 11 septembre 2009 Statut Membre Dernière intervention 9 avril 2010 - 12 sept. 2009 à 09:43
A voir également:
- Html,php,javascript
- Telecharger javascript - Télécharger - Langages
- Editeur html - Télécharger - HTML
- Easy php - Télécharger - Divers Web & Internet
- Br html ✓ - Forum Webmastering
- &Nbsp html - Forum HTML
1 réponse
Hexbinmos
Messages postés
29
Date d'inscription
vendredi 11 septembre 2009
Statut
Membre
Dernière intervention
9 avril 2010
17
12 sept. 2009 à 09:43
12 sept. 2009 à 09:43
Ce n'es pas très claire mais je pense avoir compris ce que tu veux.
<?php if($_GET['php']==1){$page="php1.php";} if($_GET['php']==2){$page="php2.php";} if($_GET['php']==3){$page="php3.php";} print" <div> <a href='?php=1'>a1</a> <a href='?php=2'>a2</a> <a href='?php=3'>a3</a> </div> <iframe src='".$page."'> </iframe>"; ?>