Array (
[x0] => sometext1
[x1] => sometext2
[x2] => sometext3
[x3] => sometext4
[x4] => sometext5
[x5] => sometext6
[x?] => sometext?
[y0] => someothertext1
[y1] => someothertext2
[y2] => someothertext3
[y3] => someothertext4
[y4] => someothertext5
[y5] => someothertext6
[y?] => someothertext?
)
この配列を取得してテーブルを作成しようとしています。基本的に、xまたはyがいくつになるかはわかりません...これまでのところ、解決策は見つかりませんでした。どんな助けでも大歓迎です。
私が得ようとしている結果
テーブル
x | y
sometext1 | someothertext1
sometext2 | someothertext2
... | ...