9 - Codeigniter Tutorials - Update Mysql Table Data

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

i love the way you explain your code. very detailed.
7:36 correct is delete the " after first_name

rahmatfirman
Автор

7:02 correct is "foreach($user_data->result() as $row)"

legiacong
Автор

hello sir i m trying to use ck editor in this model it, s working fine but not inserting the data to database can you helph me plz

attaroams
Автор

thanks weblessons for this beautiful codeigniter tutorial and also good comments with corrections

cgsantosh
Автор

every thing is fine but updated is not working

samihasan
Автор

i can't understand part 8:54 any explanation ?

rodbongosia
Автор

yes "foreach($user_data->result() as $row)"

vinayakpillai
Автор

great tutorial, even some errors are hidden !!!

dbghale
Автор

This works for me but the other query you build was not working for me

Dragosknight
Автор

the automated voice makes it hard to analye

angelocanulang
Автор

Please First Name and Last Name Unique Field Validation Update Please Give me This Tutorials

imranahmed-vuuy
Автор

$this->db->select("*");
$this->db->from("users");
$this->db->where('id', $id);
$query = $this->db->get();

Dragosknight