par
PortgasDKiba » 02 avr. 2015, 12:35
Bonjour,
j'ai une table contenant 4 champs :
- un champ contenant un identifiant unique
- un champ contenant un identifiant propre à un utilisateur
- un champ contenant une etape d'avancement
- un champ contenant une date pour l'etape d'avancement
Ce qui donne :
1 1 1 1427846400
2 1 2 1427968155
3 1 3 1427970095
J'aimerai avoir un rendu comme celui-ci :
Si l'étape est existe alors j'affiche "L'étape 1 a été renseigné à jj/mm/aa" sinon si elle n'existe pas j'affiche "L'étape n'est pas renseigné"
Et ainsi de suite pour les différentes étapes.
Comment faire ?
MErci
Bonjour,
j'ai une table contenant 4 champs :
- un champ contenant un identifiant unique
- un champ contenant un identifiant propre à un utilisateur
- un champ contenant une etape d'avancement
- un champ contenant une date pour l'etape d'avancement
Ce qui donne :
1 1 1 1427846400
2 1 2 1427968155
3 1 3 1427970095
J'aimerai avoir un rendu comme celui-ci :
Si l'étape est existe alors j'affiche "L'étape 1 a été renseigné à jj/mm/aa" sinon si elle n'existe pas j'affiche "L'étape n'est pas renseigné"
Et ainsi de suite pour les différentes étapes.
Comment faire ?
MErci