ludo2604 kitsch' me if u can | salut
Salut,
j'ai donc une variable $nom qui donne: nom=Dupont
tout va bien mais lorsque c un nom composé comme "Jean Pierre" il ne prend en compte que Jean ce qui fait nom=Jean ça fait que ça deregle tout mon script !!!
on m'a donc conseillé de traiter avant ma variable pour enlever les espaces en me donnant cet exemple:
Code :
- $msg=str_replace (" ", "%20", $ligne_fiche);
|
voila le code:
Code :
- $req_chanson=mysql_query("SELECT id_lyrics,id_artistes,titre,nb_click FROM chansons WHERE id_artistes='$id' ORDER BY titre LIMIT $li,25" );
- while ($ligne_chanson=mysql_fetch_object($req_chanson))
- {
- echo "<a href=index.php?p=scriptsphp3/lyrics/paroles&id_lyrics=$ligne_chanson->id_lyrics&cat=$cat&letter=$letter>$ligne_chanson->titre</a><BR>";
- [...] etc
|
comment l'adapter svp ? ---------------
Make Portraits, Not War!
|