Arrayın içindeki Array'dan veri çekme
7
●154
- 21-03-2022, 22:34:33interdev adlı üyeden alıntı: mesajı görüntüle
Notice: Trying to access array offset on value of type int in C:xampphtdocsuploadlist.php on line 27
Notice: Trying to access array offset on value of type null in C:xampphtdocsuploadlist.php on line 27
Notice: Trying to access array offset on value of type null in C:xampphtdocsuploadlist.php on line 27
bu şekilde hata alıyorum.
kodlar bu şekilde
$videoIDCheck = json_decode($response,true);echo$videoIDCheck["count"]["rows"][0]["id"];
- 21-03-2022, 22:35:32Üyeliği durduruldu$videoIDCheck["rows"][0]["id"]; bu şekilde olacak yanlış yazmışım.TufanKeles adlı üyeden alıntı: mesajı görüntüle
- 22-03-2022, 21:34:30Birden fazla ID bulunan arrayda foreach ile nasıl çekebilirim
Array ( [count] => 2 [rows] => Array ( [0] => Array ( [id] => ac9d4c1872e343a291c319d643b444ad [title] => Gian Carlo Villatoro.mp4 [description] => [upload_time] => 1647945787 [length] => 71 [status] => ready [public] => 2 [ipGeoRules] => [whitelisthref] => [posters] => Array ( [0] => Array ( [width] => 427 [height] => 240 [posterUrl] => https://dmf9cnjua2s32.cloudfront.net...eQQhV.240.jpeg ) [1] => Array ( [width] => 1280 [height] => 720 [posterUrl] => https://dmf9cnjua2s32.cloudfront.net...eQQhV.720.jpeg ) [2] => Array ( [width] => 853 [height] => 480 [posterUrl] => https://dmf9cnjua2s32.cloudfront.net...eQQhV.480.jpeg ) ) [poster] => https://dmf9cnjua2s32.cloudfront.net...eQQhV.240.jpeg [tags] => Array ( ) ) [1] => Array ( [id] => 37b6179a93ee4f56a51ea2c20dfcbac5 [title] => Gian Carlo Villatoro.mp4 [description] => [upload_time] => 1647887755 [length] => 71 [status] => ready [public] => 2 [ipGeoRules] => [whitelisthref] => [posters] => Array ( [0] => Array ( [width] => 853 [height] => 480 [posterUrl] => https://dmf9cnjua2s32.cloudfront.net...AJeoo.480.jpeg ) [1] => Array ( [width] => 1280 [height] => 720 [posterUrl] => https://dmf9cnjua2s32.cloudfront.net...AJeoo.720.jpeg ) [2] => Array ( [width] => 427 [height] => 240 [posterUrl] => https://dmf9cnjua2s32.cloudfront.net...AJeoo.240.jpeg ) ) [poster] => https://dmf9cnjua2s32.cloudfront.net...AJeoo.240.jpeg [tags] => Array ( ) ) ) )