script php qui ne s'execute pas en tache cron

HTML $message.= "Content-Type: text/html; charset=\"ISO-8859-1\"".$passage_ligne; $message.= "Content-Transfer-Encoding: 8bit".$passage_ligne; $message.= $passage_ligne.$message_html.$passage_ligne; //========== $message.= $passage_ligne."--".$boundary."--".$passage

9
scroll infini

html){ if(html){ alert("2"); $(".photos").append(html); } } }); } }); Ma page loader me ramène bien ce que je veux et ma donnée url aussi. cependant il ne rentre pas dans le if(html

2
Réécriture de l'url pose probème

Html', 'Session', 'Date'); public $components = array('RequestHandler'); /** public $cacheAction= array( 'index'=>'2 DAY', 'show'=>'2 DAY' ); **/ public $uses = array('Post'); function menu(){ $posts = $this->Post->find('all',array( 'conditions' => array

0
[RESOLU ]Redirect incorrecte après la validation d'un formulaire.
Pec,

Html->link( 'Ajouter un Article', array('controller' => 'contenuarticles', 'action' => 'add') ); ?> Id Title Action Created

3
Upload Ajax

html(); var progress = ' '; form.html(form+progress); }; function sucessful(data){ donnee = parseJSON(data); if(donnee.status == 'erreur'){ alert(donnee.texte); }else{ $('#form').hide(); var form2 = $('#form2').html(); var content = ' '; $('#form2').html(content+form2

1
Ajax dans Ajax

html){ $("#supOrder").html(html); } }); }); ``` Si dessus la fonction JS qui détecte le clic d'un bouton. ``` $this->data['balance'] .= ' '; $this->data['balance'] .= ' '; ``` Et le code PHP qui crée le bouton

4
can't display correctely the page with ajax

html){ afficher(html); }, error:function(XMLHttpRequest, textStatus, errorThrown){ alert(textStatus); } }) return false; }); $("#main-menu a").bind('click',function(){ page=$(this).attr("href"); $("a ").removeClass('active'); $(this).addClass('active'); $.ajax({ url: "contenu

4
Error: The datasource configuration

Html->link(__('Liste des cadences'), array('action' => 'index')); ?> [/code] Mon index.ctp [code]

0
Equivalent à adressepicker

Html->script('http://maps.google.com/maps/api/js?sensor=false', array('inline' => false)); ?>

5
problème d'affichage de formulaire dans modalbox
wenz,

Html->script('tiny_mce/tiny_mce.js',array('inline'=>false));?> tinyMCE.init({ mode:'textareas', theme: 'advanced', plugins: 'inlinepopups', theme_advanced_buttons1:'image', theme_advanced_buttons2:'', theme_advanced

1