Parse error php

Fermé
tipi75 Messages postés 680 Date d'inscription lundi 20 août 2007 Statut Membre Dernière intervention 16 avril 2015 - 13 nov. 2009 à 16:39
 blue project - 14 nov. 2009 à 20:57
Bonjour,

Je créer un site internet en php (gérer dynamiquement) mais j'ai une erreur dont je trouve l'origine du problème:

$tab_blocs["$code_blocs"].='<input id="recherche-texte" name="q" value=" '. $tr_chercher.'" title="Chercher" type="text" onfocus="if(value=='"Chercher"') this.value='';" /></label>';


Voici le message d'erreur:

Parse error: parse error in C:\Program Files\EasyPHP 3.0\www\nbijoux\gestion_blocs.php


Merci de votre aide
A voir également:

1 réponse

blue project
14 nov. 2009 à 20:57
$tab_blocs["$code_blocs"] .= '<input id="recherche-texte" name="q" value="'.$tr_chercher.'" title="Chercher" type="text" onfocus="if(value==\'Chercher\') this.value=\'\';" /></label>';

Sa devrai être un truc dans ce genre... le onfocus était faux
0