This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:create:functions:looptopage [31.05.2016 09:33] info_familienwissenschaften [2nd example] |
en:create:functions:looptopage [29.12.2018 16:53] (current) wimmer.andreas bei $fragen =arrray ein r entfernt |
||
---|---|---|---|
Line 33: | Line 33: | ||
<code php> | <code php> | ||
- | $fragen = arrray( | + | $fragen = array( |
0 => array('A001', 'A002', 'A003', 'A004', 'A005'), | 0 => array('A001', 'A002', 'A003', 'A004', 'A005'), | ||
1 => array('A101', 'A102', 'A103', 'A104', 'A105'), | 1 => array('A101', 'A102', 'A103', 'A104', 'A105'), |