le 03/04/2004 à 13:12
Shinji-49
Bonjour,
J'ai un gros problemes inexpliquable pour ma pare ! C'est pour mon script de moteur de recherche ! Alors j'ai rajouté une fonction qui permet de modifier le site. Donc on tape l'id que l'on veut modifier et la il nous envoie sur un page avec dans des champs les données déjas entré et pres à etre modifier ! Mais le probleme c'est pour par exemple une description : Le portail pour tous ! et bien dans le champ au lieu de me mettre toute la phrase il me met que 'Le', en fait il s'arete à l'espace et n'affiche pas ce qui suit ! J'ai fait un test en tapant qu'un seul et grand mot et la miracle il affiche tout le mot ! Je ne comprend pas pourquoi sa fait sa alors que en plus je ne lui est rien demander ! Voici le bout de code :
// Execution de la clé d'affichage des données dans la requete.
$cle = mysql_query("SELECT name,url,des,mail,cles FROM klozaseek_urls WHERE id='$id'") or die ("Erreur lors de l'execution de la requete.");
while ($modif = mysql_fetch_array($cle))
{
echo'<form method="POST" action="modif.3.php"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Nom de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="name" maxlength="30" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['name'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>L\'Url (Avec http://) : </b></font></td>
<td width="50%"><input type="text" name="url" maxlength="100" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['url'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Description de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="des" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['des'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Mots Clés de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="cles" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['cles'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Adresse Mail de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="mail" maxlength="50" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['mail'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b> </b></font></td><td width="50%"><font size="2" face="Verdana"><b> </b></font></td></tr>
<tr><td width="50%" align="right"><input type="reset" value="Effacer" name="B2" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB"></td><td width="50%"><input type="submit" value="Ajouter" name="B1" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB"></td></tr>
<tr><td width="100%" align="right" colspan="2"></td></tr></table></form>';
}
mysql_free_result ($cle);
Si sa continue vous allez avoir mon script en entier ! lol Merci...
J'ai un gros problemes inexpliquable pour ma pare ! C'est pour mon script de moteur de recherche ! Alors j'ai rajouté une fonction qui permet de modifier le site. Donc on tape l'id que l'on veut modifier et la il nous envoie sur un page avec dans des champs les données déjas entré et pres à etre modifier ! Mais le probleme c'est pour par exemple une description : Le portail pour tous ! et bien dans le champ au lieu de me mettre toute la phrase il me met que 'Le', en fait il s'arete à l'espace et n'affiche pas ce qui suit ! J'ai fait un test en tapant qu'un seul et grand mot et la miracle il affiche tout le mot ! Je ne comprend pas pourquoi sa fait sa alors que en plus je ne lui est rien demander ! Voici le bout de code :
// Execution de la clé d'affichage des données dans la requete.
$cle = mysql_query("SELECT name,url,des,mail,cles FROM klozaseek_urls WHERE id='$id'") or die ("Erreur lors de l'execution de la requete.");
while ($modif = mysql_fetch_array($cle))
{
echo'<form method="POST" action="modif.3.php"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Nom de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="name" maxlength="30" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['name'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>L\'Url (Avec http://) : </b></font></td>
<td width="50%"><input type="text" name="url" maxlength="100" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['url'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Description de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="des" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['des'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Mots Clés de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="cles" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['cles'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b>Adresse Mail de l\'Url : </b></font></td>
<td width="50%"><input type="text" name="mail" maxlength="50" size="25" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB" value='.$modif['mail'].'></td></tr>
<tr><td width="50%" align="right"><font size="2" face="Verdana"><b> </b></font></td><td width="50%"><font size="2" face="Verdana"><b> </b></font></td></tr>
<tr><td width="50%" align="right"><input type="reset" value="Effacer" name="B2" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB"></td><td width="50%"><input type="submit" value="Ajouter" name="B1" style="color: #657BC9; font-size: 8 pt; font-family: Verdana; font-weight: bold; background-color: #C5CDEB"></td></tr>
<tr><td width="100%" align="right" colspan="2"></td></tr></table></form>';
}
mysql_free_result ($cle);
Si sa continue vous allez avoir mon script en entier ! lol Merci...