Master PHP CRUD Operations with Ajax for Beginners: Full Tutorial with Source Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

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

  • @Codehow2
    @Codehow2  4 หลายเดือนก่อน

    Friends, I created this video to show how you can implement CRUD (Create or Insert, Read or Select, Update and Delete) operations in PHP. Here, I implemented them using Ajax in PHP, so you do not need to refresh the page. If you have similar requirement in your project, you can use the same code. This is developed from scratch, I hope it will be useful to you. If this video helps you, please give it a like and subscribe to my channel. Thanks - Sundar

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

    I think for security reasons, you should use prepared statements for adding and updating to database.

    • @Codehow2
      @Codehow2  ปีที่แล้ว +2

      Yes, you are right, here it was just to show the sql statements. But in an actual project, we should use prepared statements to avoid SQL injection. Thanks