Nessper a écrit :essaie ça dans phpMyAdmin
Code PHP :<?php
SELECT the_personnage.*, grade_europe_e.id FROM the_personnage INNER JOIN grade_europe_e ON the_personnage.grade = grade_europe_e.grade_id WHERE compte='blackduty'
Après quelques retouches, ça marche
La selection qui marche est la suivante:
Code PHP :
<?php
SELECT the_personnage.*, grade_europe_e.id FROM the_personnage INNER JOIN grade_europe_e ON the_personnage.grade = grade_europe_e.id WHERE compte='blackduty'