tuto espace membre

Html->link('Me rappeller mon mot de passe',$this->Html->url($link,true)); ?> et voici celui de l'activation: Bonjour Pour activer ce compte suivez le lien

3
Avis Class Wordpress

html .= $startWrap; while ($allPosts->have_posts()) { $allPosts->the_post(); $post = new Post(get_the_ID(), $this->excerptCharacterNumber, $this->excerptOverflow, $this->dateFormat, $this->template); $html .= $post->display(); } if (!empty($endWrap)) $html

0
[Résolu] Erreur avec formulaire Put->retourne Get?

Html->script('tiny_mce/tiny_mce',array('inline'=>false)); ?> tinyMCE.init({ mode:'textareas', theme: 'advanced', plugins:'inlinepopups,paste,image', theme_advanced_buttons1:'bold,italic,underline,|,bullist

9
Site de A à Z Jour 5 recuperer la value dans mes formulaires

html .= ' '; }elseif($options'type'] == 'textarea'){ $html .= ' '.$this->controller->request->data->$name.' '; }elseif($options'type'] == 'checkbox'){ $html .= ' '; } $html .= ' '; return $html; } } ?> et voici le code de ma fonction dans mon controller : function

3
Probleme cake Email

html\signup.ctp, line 6] Code Context Pour activer ce compte suivez ce lien : $viewFile = 'F:\wamp\www\2.7\app\View\Emails

6
Gulp + Livereload

html' ]) .pipe(livereload()); }); gulp.task('css', function() { return gulp.src([ 'www/**/*.css' ]) .pipe(livereload()); }); gulp.task('php', function() { return gulp.src([ 'www/**/*.php' ]) .pipe(livereload()); }); gulp.task('reload', function() { livereload.listen(); gulp.watch('www/**/*.html', ['html']).on('change

0
problème tuto de A à Z

html .= ' '; }elseif($options'type'] == 'textarea'){ $html .= ' '.$this->controller->request->data->$name.' '; }elseif($options'type'] == 'checkbox'){ $html .= ' '; } $html .= ' '; return $html; } } et voici l'erreur que j'ai: Notice: Trying to get property

5
Plupload : Passer une variable de session au fichier upload.php

marche pas $pdo->prepare("UPDATE users SET avatar=? WHERE id='$sessId' ")->execute([$u]) ; $pdo = null; */ $v='uploads/'.$u; $html=' '.basename($v).' × '; $html=str_replace('"','\\"',$html); die('{"error":false, "html": "'.$html.'"}'); } ?> ```

3
Problème pour Transformer une fonction récursive PHP en jQuery :(
ksta,

html du dossier ou l'on doit inséré les nouveaux éléments * @return void **/ function treeToHtml(array,id){ $.each(array,function(key, value) { console.log(key + ': ' + value); /* si value est un tableau

2
Double chargement de vue qui bloque js (please help)

Html->scriptStart(); ?> $(document).ready(function() { $(".transition-panel").css("display", "none"); $(".transition-panel").fadeIn(1500); $("a.transition").click(function(event){ event.preventDefault(); linkLocation = this.href; $(".transition-panel").fadeOut(1000, function(){window.location = linkLocation;}); }); });

7