PHP Ajax Crud using OOPS - Insert or Add Mysql Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 20

  • @bikramjitsinghvirdi5365
    @bikramjitsinghvirdi5365 2 หลายเดือนก่อน

    can you help to provide update and delete source code for the same

  • @plundererex4106
    @plundererex4106 2 ปีที่แล้ว

    How make a value of list item can for click?
    For exampel
    On your list Las Name...
    Montes
    Coffmen
    Correa
    Ledezma...
    If click
    Montes...
    The pages gone to the new link (like ahreff function)...
    Can you add the fiture like a hreff to your code list item?

  • @Mirudox
    @Mirudox 7 ปีที่แล้ว +1

    Hey, I am not able to insert ... there are no errors but when i click Insert . It just shows a blank alert message and just doesn't reflect anything!

  • @getsetalk
    @getsetalk 2 ปีที่แล้ว

    Do you know, you are best for all beginner 🔰 students.
    Thanks

  • @herbertk9266
    @herbertk9266 8 ปีที่แล้ว +1

    Thxs i like all your tutorials they work 100% keep it up

    • @webslesson
      @webslesson  8 ปีที่แล้ว

      Thanks Herbert...

  • @Ayman_Hassan
    @Ayman_Hassan 4 ปีที่แล้ว

    Good job bro

  • @thanbirtamim
    @thanbirtamim 4 ปีที่แล้ว

    Update option is not working

  • @fazalafridi1068
    @fazalafridi1068 5 ปีที่แล้ว

    Having errors on "action.php"
    Undefine index while syntax is correct i have checked so many times but failed, plz help.

  • @hitecnetworks
    @hitecnetworks 7 ปีที่แล้ว

    could u help me out plz?? i am using your method but i want to send data of two text boxes and three dropdowns but it give me error unidentified idex on (dropdown box)

    • @msigwa1
      @msigwa1 5 ปีที่แล้ว

      perfectly correctly 10000%%%%

  • @rampranpara9802
    @rampranpara9802 7 ปีที่แล้ว

    5star video superb explanation

  • @totikes
    @totikes 7 ปีที่แล้ว

    ¿Could you help me with the charset? I can't set the UTF-8 so I might see the accents and ñ's. Please I will thank you so much.

    • @webslesson
      @webslesson  7 ปีที่แล้ว

      Hi you want to convert this special character to html entity, after converting special character you want view properly on browser.

    • @totikes
      @totikes 7 ปีที่แล้ว

      I think you didn't understand me. I have an issue with the chartset UTF8 so I can't see the accents and ñ's when data ara displayed. I have my code this way:
      //
      public $connect;
      private $host = "localhost ";
      private $username = 'root';
      private $password = ' ';
      private $database = 'tienda';

      function __construct()
      {
      $this->database_connect();
      }
      //Hacemos la conexión a la base de datos
      public function database_connect()
      {
      $this->connect = mysqli_connect($this->host, $this->username, $this->password, $this->database);
      }
      Where could set the charset UTF-8 to fix that issue. Thanks for answer me I will be thankful if you help me. If I make it without a constructor this way: $conn = new PDO("mysql:host=$host;dbname=$db;charset=utf8", $user, $pass); that seems to work, but in a constructor like I've explained before I don't know how to do it.

  • @muhammadtouqeer8738
    @muhammadtouqeer8738 7 ปีที่แล้ว

    Hello Sir Thankx for Sharing Your Videos

    • @webslesson
      @webslesson  7 ปีที่แล้ว

      Thank you Toqeer Abbasi for your kind words.

  • @mohammadwaqas8852
    @mohammadwaqas8852 7 ปีที่แล้ว

    really good tuts.. keep it up

    • @webslesson
      @webslesson  7 ปีที่แล้ว

      Thanks Mohammad waqas for your gracious words.

  • @CGPUBLICATION
    @CGPUBLICATION 6 ปีที่แล้ว

    Coding milega sir