Hallo!
Habe folgende Tabelle wobei ich den Inhalt des <tr>Inhalt</tr> auslesen möchte:
<tr class="d" ttd="15"> ...Inhalt... </tr>
<tr class="e" tti="17"> ...Inhalt... </tr>
<tr tti="17"> ...Inhalt... </tr>
........
Was muss ich schreiben damit er nach allen <tr ... ttd= oder tti=> (.*?) </tr> sucht? Teilweise ist eine class vorhanden teilweise nicht. Deswegen möchte ich es unabhängig von der class und nur abhängig von tti oder ttd haben.
preg_match_all(' Was kommt hier her? ', $data, $matches);
Ciao
Habe folgende Tabelle wobei ich den Inhalt des <tr>Inhalt</tr> auslesen möchte:
<tr class="d" ttd="15"> ...Inhalt... </tr>
<tr class="e" tti="17"> ...Inhalt... </tr>
<tr tti="17"> ...Inhalt... </tr>
........
Was muss ich schreiben damit er nach allen <tr ... ttd= oder tti=> (.*?) </tr> sucht? Teilweise ist eine class vorhanden teilweise nicht. Deswegen möchte ich es unabhängig von der class und nur abhängig von tti oder ttd haben.
preg_match_all(' Was kommt hier her? ', $data, $matches);
Ciao
Kommentar