Skip to main content

How To Get Data From Database In Php Codeigniter With Id?

Last Updated: Asked By 1 Answers Answered

how do get data from the database with id ?

Share:

1 Answer

M
Mufeeda Community Contributor Answered on

public function get_db_by_id($id) {
$query = $this->db->get_where('db', array('id' => $id));
return $query->row_array();
}

Your Answer

Other Resources

Quiz Image
Quiz

Test your knowledge with interactive quizzes.

Interview Questions Image
Interview Questions

Prepare for interviews with curated question sets.

Q&A Image
Q&A

Ask your coding-related doubts and get answers.

Certification Image
Certification

Earn certifications to enhance your resume.

internships Image
Internships

Hands-on projects to improve your skills.

Quiz Image
Quiz

Test your knowledge with interactive quizzes.

Interview Questions Image
Interview Questions

Prepare for interviews with curated question sets.

blog Image
Blogs

Add your technical blogs and read technical topics.

Certification Image
Certifications

Earn certifications to enhance your resume.