Foreach et conditions...

Html->style(array('background-color' => '#Macouleur','margin-bottom' => '50px')); ?>

2
debutant - problème classe

html) { return "Form_field_tag_surround}>{$html}Form_field_tag_surround}>"; } /** * Start_form * * @param mixed $Form_name * @param mixed $Form_action * @param mixed $Form_method * @return void */ public

0
Problème width auto site horinzontal

HTML ```html Mon dossier Mon dossier Mon dossier fois X dossier ``` CSS ```css html, body { min-width: 100%; height: 100%; overflow: hidden; } .column { display: table; height: 100%; margin: 0; padding

1
Ajax json call external link

html(' Envoie en cours...'); $('#blocText').slideDown(); }, success: function(json) { if(json.reponse == 'Ok'){ $('#blocText').slideUp(); $('#blocText').html(' Merci, nous avons bien reçu votre candidature. Nous vous recontacterons dans les plus brefs

1
Did you forget a "use" statement for another namespace?

html_dom" from namespace "simplehtmldom_1_5". Did you forget a "use" statement for another namespace?" Mon controller : ```

1
transition HTML/PHP
xo75,

html*? J'ai lu que c'etait la page en php qui appelait le code en Html. Faut-il avoir les fichiers en double sur mon serveur, par exemple cible.php

2
Sécurité "transparante"
SLK,

HTML ou de "http"** ``` public function detectTags($mon_input) { $test_html = preg_match("/]+>/", $mon_input); $test_tag= preg_match("/[[^>]+]/", $mon_input); $test_url = strstr($mon_input, "http://"); if (($test_html

7
Scroll infini

html){ if(html){ $(".afficher").append(html); }else{ alert('Y a pu de POST !'); } } }); } }); ``` cela marche parfaitement **sauf sur chrome et opera en version pc** sur mobile aucun probleme et lorsque

7
fonction json_encode qui plante à cause des accents

FETCH_OBJ); $result= $pdo->prepare('SELECT * FROM plats WHERE html_id = ?'); $result->execute([$_GET['html_id']]); $data= $result->fetch(); $json = json_encode($data); echo $json; } ?> ``` Merci infiniment pour votre aide

5
site "one page" problème avec mon slider

html, body {margin: 0;padding: 0;border: 0;font-size: 100%;} ul {list-style: none;} a {text-decoration: none;} /* FIN RESET */ html, body { height: 100%; width: 100%; } body {font-family

4