titre que l'on trouve dans l'image**  voila le code
Html', 'Session', 'Form', 'Time', 'Text'); public $components = array( 'Acl', 'Auth' => array( 'authorize' => array( 'Actions' => array('actionPath' => 'controllers') ) ), 'Session' ); /** * beforeFilter * @brief Cette fonction est executée avant chaque action du contrôleur * @param
Mail : %mail% Message : %message% " // Contenu du message avec les variable %mail% %name% et %message% ); code HTML du formulaire: Contact Votre message Si quelqu'un peut m'aider. Merci d'avance
html: Vos coordonnées Nom Prénom E-Mail Ville Code postal Département Seine-Saint-Denis Val de Marne Seine et Marne Paris Yvelines Essonne Hauts de Seine Val d'Oise Votre
html** .menu ul{ margin:0; padding:0; list-style:none; height:0; overflow: hidden; transition:1s; -moz-transition:1s; -webkit-transition:1s; } .menu li:hover ul{ height:400px; padding: 10px
html : dkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg djhkjmfklg hgjkgfjkhgkljhkljhjghlkjfgklhjfgjhklfgjhjdkfmghjkhfg
Html et css , j'ai entre mes mains le cours de mathieu Nebra celui de openclassrooms(Concevez-votre-site-web-avec-PHP-et-MySQL) je sais pas si c'est une bonne
html", //affichage de l'erreur en cas de problème error:function(e, xhr, opt){ alert("Error requesting " + opt.url + ": " + xhr.status + " " + xhr.statusText); }, success:function(data){ //alert(data); //on met à jour le div zone
html sur une page que j'ai appelé formation.php Dans un autre fichier j'ai réaliser le système de commentaire du tuto de grafikart mais je ne vois pas comment
data: { ajax: true, action: "contacts" }, dataType : 'JSON', success : function( data ) { alert('yes'); var output = ""; $.each(data, function(i, ele){ output += ' '+ele.clientName+' '+ele.agenceName+' '; }); $('.list-adr').empty().html(output); } }); Merci d'avance.