Erreur de recuperation d'un texte d'une bd
youka12
-
totodunet Messages postés 1377 Date d'inscription Statut Membre Dernière intervention -
totodunet Messages postés 1377 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
je veux afficher un texte et j'ai mais ce code .
<?php
include('connexion.php');
$q="SELECT * FROM 'offre' where 'NOffre'='3'";
$qq=mysql_query($q);
if(!$qq){die('errroor'.mysql_error());}
$qqq=mysql_fetch_row($qq);
if(!$qqq){die('error'.mysql_error());}
echo $qqq['description'];
?>
l'erreur c'est : NOTICE: UNDEFINED INDEX: DESCRIPTION IN C:\W....
je veux afficher un texte et j'ai mais ce code .
<?php
include('connexion.php');
$q="SELECT * FROM 'offre' where 'NOffre'='3'";
$qq=mysql_query($q);
if(!$qq){die('errroor'.mysql_error());}
$qqq=mysql_fetch_row($qq);
if(!$qqq){die('error'.mysql_error());}
echo $qqq['description'];
?>
l'erreur c'est : NOTICE: UNDEFINED INDEX: DESCRIPTION IN C:\W....
A voir également:
- Erreur de recuperation d'un texte d'une bd
- Convertisseur récupération de texte - Guide
- Transcription audio en texte word gratuit - Guide
- Excel cellule couleur si condition texte - Guide
- Comment recuperer un message supprimé sur whatsapp - Guide
- Mettre un texte en majuscule - Guide