Biz nihai çözüm oldukça yakın Cha cevabını bakınız. Biz bu verilerle kod hata ayıklama
-
Problem related to the Unsolved problem in the code
Şu dizi How can you refer to the php-eleman? Strong>
Ben aşağıdaki veri
Array
(
[1] => Array
(
[tag] => Array
(
[0] => php
[1] => scripts
)
)
[2] => Array
(
[tag] => Array
(
[0] => ssh
[1] => network
)
)
)
where the arrays stand for tags_and_id
, question_id
and tag
respectively.
In other words, the variable $tags_and_id
has the column question_id
and that still has a subcolumn tag
and that still each single tag.
Ben istiyorum sen etiketi php bakın nasıl biliyorum.
Ben başarısız bir çıkış olarak hiçbir şey elde çalıştırmak
echo $tags_and_id[1]['tag'][0];