私はこのコードを持っています:
$new_news = '; array(
\'img\' =>'.$path.',
\'title\' => '.$_POST["title"].',
\'text\' => '.$_POST["text"].'
)';
これを db.php の既存の配列に追加する必要があります。例えば:
$news = array(
array(
'img' => 'images/egle.jpg',
'title' => 'Egle pārtraukusi ',
'text' => 'Valsts prezidenta Andra '));
fopen() を使用して長さ 4 で $new_news を追加するにはどうすればよいですか?