Urgent php
Dernière réponse : dans Programmation
Bonjour à tous ;
Il me faut de l'aide pour un code à faire :
Voici le code HTML où mon objectif est d'insérer du PHP pour récuperer les infos dans ma base de données c'est à dire un code PHP permettant d'afficher les prix des gîtes par rapport à la base de donnée , donc qu'il soit mis à jour en même temps que la base si il y changement
Merci de votre aide
Il me faut de l'aide pour un code à faire :
Voici le code HTML où mon objectif est d'insérer du PHP pour récuperer les infos dans ma base de données c'est à dire un code PHP permettant d'afficher les prix des gîtes par rapport à la base de donnée , donc qu'il soit mis à jour en même temps que la base si il y changement
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Liste des gites</title> <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=3)"> </head> <body bgcolor="#006666" text="#FFFFFF" link="#FFFF00" vlink="#00FFFF" alink="#00FF00"> <div align="center"> <center> <table border="0" cellspacing="1" width="100%"> <tr> <td width="14%"><a href="index.htm"><img border="0" src="images/nav/precedent.gif" width="87" height="51"></a></td> <td width="86%"> <p align="center"><b><font face="Verdana" size="7">Liste des Gîtes</font></b></td> </tr> </table> </center> </div> <p> </p> <table BORDER="1" BGCOLOR="#ffffff" CELLSPACING="0"> <caption><b><font face="Arial" color="#FFFFFF">Présentation du gîte</font></b></caption> <thead> <tr> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">NoGite</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Rue</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">CP</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Ville</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Places</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Chambres</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Surface</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Jardin</font></th> </tr> </thead> <tbody> <tr VALIGN="TOP"> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">1</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">15 chemin du Torrent</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">39150</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Chaux du Dombief</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">5</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">2</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">90</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Oui</font></td> </tr> </tbody> <tfoot> </tfoot> </table> <table BORDER="1" BGCOLOR="#ffffff" CELLSPACING="0"> <caption><b><font face="Arial" color="#FFFFFF">Propriétaire du gîte</font></b></caption> <thead> <tr> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Nom</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Rue</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">CP</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Ville</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Tel</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Mel</font></th> </tr> </thead> <tbody> <tr VALIGN="TOP"> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Michel</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">15 chemin du Torrent</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">39150</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Chaux du Dombief</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">03 84 60 41 18</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">michel@free.fr</font></td> </tr> </tbody> <tfoot> </tfoot> </table> <table BORDER="1" BGCOLOR="#ffffff" CELLSPACING="0"> <caption><b> <font FACE="Arial" color="#FFFFFF"> Prix du gîte </font> </b></caption> <thead> <tr> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Saison</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Unité</font></th> <th BGCOLOR="#c0c0c0" BORDERCOLOR="#000000"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Prix</font></th> </tr> </thead> <tbody> <tr VALIGN="TOP"> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Printemps</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Par semaine</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">250,00 €</font></td> </tr> <tr VALIGN="TOP"> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Eté</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Par semaine</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">350,00 €</font></td> </tr> <tr VALIGN="TOP"> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Automne</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Par semaine</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">250,00 €</font></td> </tr> <tr VALIGN="TOP"> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Hiver</font></td> <td BORDERCOLOR="#c0c0c0"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">Par semaine</font></td> <td BORDERCOLOR="#c0c0c0" ALIGN="RIGHT"><font style="FONT-SIZE:10pt" FACE="Arial" COLOR="#000000">200,00 €</font></td> </tr> </tbody> <tfoot> </tfoot> </table>
Merci de votre aide
Autres pages sur : urgent php
Lassé par la pub ? Créez un compte
bonjour
il existe des livres qui répondre à ce genre de demande
et qui montrent comment faire des pages PHP
http://www.editions-eni.fr/.4_3a6222cf-b921-41f5-886c-c...
il existe des livres qui répondre à ce genre de demande
et qui montrent comment faire des pages PHP
http://www.editions-eni.fr/.4_3a6222cf-b921-41f5-886c-c...
Lassé par la pub ? Créez un compte
- Contenus similaires :
Tags :
- ForumSite html php cherche script compteur.
- ForumPhp-html compteur de clic
- ForumAide sur code html php
- ForumPhp regex sur balise html
- ForumRedirection html 301 sans apache, php, .
- ForumCode html php pour chat
- ForumLancer un programme php depuis html
- ForumCatalogue virtuel html
- ForumInclude menu html dans page php
- ForumLanguage html apprendre
- Voir plus