Bonjour,

j'aimerais enregistré le contenu de ce tableau de 346 ligne (dont voici les 2 première ligne)
dans une table de ma BDD(id,name,badcomments,goodcomments,score).
les balises dont le contenu m’intéressent sont :

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
<div class="cell_user_name">
<p class="comments_good">
<p class="comments_bad">
<td class="cell_score">

Je n'ai aucune idée de par ou commence cela fait 2 jours que je tourne en rond

Merci pour votre aide.

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<tr id="398347822" class="back_odd helpful review_tr">
        <td class="cell_user"
            alt="H�tel Commentaire - couple jeune" 
            title="couple jeune">
            <div class="review_user_type type_youngcouple_big" style="list-style-type: none; background-repeat: no-repeat; width:110px; background-image: url(http://q.bstatic.com/static/img/sprite-profiles.gif); position: relative;">
                <div class="cell_user_name" style="padding-bottom: 3px;">
                    Alice
                </div>
                <div class="cell_user_profile">couple jeune</div>
                <div class="user_location">
                    <span class="sflag slang-fr" title="FR">&nbsp;</span>
                    <span class="cell_user_location">
                        <span class="locality" style="text-transform: capitalize">gradignan</span>, 
                        <span class="country-name">France</span>
                    </span>
                </div>
                <span class="cell_user_date">20 avril 2012</span>
            </div>
        </td>
        <td class="cell_comments">
            <div id="area_comments_398347822">
                <p class="comments_good" lang="fr">
                    Chambre tr�s confortable et �quipements derniers cris.
                </p>
                <!-- Start review_no_thumbs.inc -->
                <div class="no_thumbs">
                    <span class="vote_copy">
                        16 personnes sur 16 ont trouv� ce commentaire utile. Et vous ? 
                    </span>
                    <span class="review_feedback">
                        <form class="review_useful_form" action="/feedback?type=review_feedback&amp;comment=1&amp;object_id=398347822&amp;hotel_id=219731" method="post">
                            <!-- 219731 -->
                            <!-- 219731 -->
                            <button class="review_no_thumbs_yes" type="submit">oui</button>
                        </form>
                        <form class="review_useful_form" action="/feedback?type=review_feedback&amp;comment=0&amp;object_id=398347822&amp;hotel_id=219731" method="post">
                            <button class="review_no_thumbs_no" type="submit" style="width:auto;white-space:nowrap;padding:0 4px;">non</button>
                        </form>
                    </span>
                </div>
 
                <!-- End review_no_thumbs.inc -->
            </div>
        </td>
        <td class="cell_score">
            <span>9.2</span>
        </td>
 
    </tr>
    <tr id="442768637" class="back_even helpful review_tr">
        <td class="cell_user"
            alt="H�tel Commentaire - couple d'�ge m�r" 
            title="couple d'�ge m�r"
            >
            <div class="review_user_type type_maturecouple_big" style="list-style-type: none; background-repeat: no-repeat; width:110px; background-image: url(<a href="http://q.bstatic.com/static/img/sprite-profiles.gif);" target="_blank">http://q.bstatic.com/static/img/sprite-profiles.gif);</a> position: relative;">
                <div class="cell_user_name" style="padding-bottom: 3px;">
                    Myriam
                </div>
                <div class="cell_user_profile">couple d'�ge m�r</div>
                <div class="user_location">
                    <span class="sflag slang-fr" title="FR">&nbsp;</span>
                    <span class="cell_user_location">
                        <span class="locality" style="text-transform: capitalize">ARLES</span>, 
                        <span class="country-name">France</span>
                    </span>
                </div>
                <span class="cell_user_date">25 avril 2012</span>
            </div>
        </td>
        <td class="cell_comments">
            <div id="area_comments_442768637">
                <p class="comments_good" lang="fr">
                    Sa facilit� d'acc�s � l'a�roport Roissy Charles de Gaulle.
                </p>
                <!-- Start review_no_thumbs.inc -->
                <div class="no_thumbs">
                    <span class="vote_copy">
                        13 personnes sur 14 ont trouv� ce commentaire utile. Et vous ? 
                    </span>
                    <span class="review_feedback">
                        <form class="review_useful_form" action="/feedback?type=review_feedback&amp;comment=1&amp;object_id=442768637&amp;hotel_id=219731" method="post">
                            <!-- 219731 -->
                            <!-- 219731 -->
                            <button class="review_no_thumbs_yes" type="submit">oui</button>
                        </form>
                        <form class="review_useful_form" action="/feedback?type=review_feedback&amp;comment=0&amp;object_id=442768637&amp;hotel_id=219731" method="post">
                            <button class="review_no_thumbs_no" type="submit" style="width:auto;white-space:nowrap;padding:0 4px;">non</button>
                        </form>
                    </span>
                </div>
 
                <!-- End review_no_thumbs.inc -->
            </div>
        </td>
        <td class="cell_score">
            <span>7.5</span>
        </td>
 
    </tr>