1634 gün önce php update edilen veri formadkiyle aynıysa hata veriyor.
sorusunu cevapladı.
Değişiklik yapmazsak $up->rowCount() döndürmez geçerli bir güncelleme yok if( $up ) şeklinde dene
1646 gün önce PHP çok boyutlu diziyi anlamlı şekilde yazdırma
sorusunu cevapladı.
foreach( $array as $row ){
foreach( $row as $value ){
echo $value['message_create']['message_data']['text'];
}
}