Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラーは問題を非常に明確に説明しています: 'Undefined index 'Text'
最初に次のように書きます。
$method_get_article = "SELECT TEXT FROM ARTICLE WHERE UID = '$user_id' LIMIT 1";
つまり、「TEXT」という列を選択し、後で次のように記述します。
$text = $article['Text'];
「テキスト」という列を取得します。
同一になるように変更してください。