Codeigniter 3 Tutorial Part-11: Edit Data | fetch data by id in textbox from database in codeigniter

Поделиться
HTML-код
  • Опубликовано: 1 янв 2021
  • Here, in this video, i have taught about how to fetch data from database by id which is passed from url and getting that data into input box and edit those data by using Codeigniter Query Builder Classes.
    Playlist: Codeigniter 3 Crash Course for beginners:
    • Codeigniter 3 Tutorial...
    Support your Creator with Paypal: (even with $1)
    Username: @vedprakashn
    Link: www.paypal.me/vedprakashn
    Paypal email: vedprakash151994@gmail.com
    UPI ID: fundaofwebit@icici (even with small Amt)

Комментарии • 6

  • @WeldgeTrade6095
    @WeldgeTrade6095 2 года назад

    OMG you are so amazing brother, thank you for your good works

  • @mywebsite
    @mywebsite 3 года назад +1

    keep it up and try to hurry for codeigniter 4

  • @sreejitabrahma2942
    @sreejitabrahma2942 2 года назад +2

    After using get_where() i am getting error that trying to access non object... Please help

  • @gamerx4294
    @gamerx4294 Год назад

    what to do if i have a select tag and in palce of input?

  • @johldacayana9641
    @johldacayana9641 Год назад

    hello, i just want to ask. Why is it that everytime I try to display my information by the time i will click edit, it always show an error "
    A PHP Error was encountered
    Severity: Warning
    Message: Attempt to read property "last_name" on null
    Filename: views/edit.phpLine Number: 10
    Backtrace:
    File: C:\xampp\htdocs\model2\application\views\edit.php
    Line: 10
    Function: _error_handler
    File: C:\xampp\htdocs\model2\application\controllers\Welcome.php
    Line: 51
    Function: view
    File: C:\xampp\htdocs\model2\index.php
    Line: 315
    Function: require_once
    This is the error, and until now, Im still receiving the same error.