Code html pour lancer script PHP
Salut tous le monde
je suis novice est je voudrais savoir comment faire pour lancer un script en php grace a un code html
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| <html>
<head>
<title>Les modèles</title>
</head>
<body text="#00FFFF" bgcolor="#0099CC">
<body background="fondnuag.jpg">
<CENTER>
<h1><font color="#0000CC"> Les Modèles </font></h1><BR>
<h2><IMG SRC="thermique.jpg" ALIGN=middle HEIGHT=50 HSPACE="10">
<a href="?????????" target="principal">
<font color="#0000CC"> Avions Thermiques </h2><BR>
<h2><IMG SRC="électrique.jpg" ALIGN=middle HEIGHT=50 HSPACE="10">
<a href="en construction.html" target="principal">
<font color="#0000CC"> Avions Electriques </h2><BR>
<h2><IMG SRC="planeur.jpg" ALIGN=middle HEIGHT=50 HSPACE="10">
<a href="en construction.html" target="principal">
<font color="#0000CC"> Planeurs </h2><BR>
</CENTER>
</body> |
je voudrais quand je clic sur l'image thermique qu'il m'ouvre dans la meme page internet un script en PHP ( la Conception d'une galerie d'images générée à la volée )
comment faire ???
par avance merci