Fetch data from DB with CodeIgniter – Telegram
I need help fetching data from database and display them in view. My DB name is directory and table usernames that includes:id,title,body,slug,username,platform,gender,age and created_at. I used foreach to display all posts from database, but i want to display now a…