Add, update & display Unstructured binary data like image or multimedia files in MySQL Blob columns

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

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

    Great video. Well done Sir

    • @plus2net1
      @plus2net1  2 года назад +1

      Glad you enjoyed it!

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

    very good tutorial but doesn't the website slow down as we store theses images ?

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

      Usually big size images are not stored in database and only the file names with address are stored. Read the details on how images are stored here. ( towards middle of the page )
      www.plus2net.com/php_tutorial/php_mysql_images.php
      Once the file is deleted then same time database record is also updated. This is a better way. Based on your application this can be decided.

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

    Sir.. I can store and retrieve the image in mysql blob field.. but which can not be updated.. I have stored the image in one variable and also can be viewed while echo.. but i can not be moved to table.. can u suggest any simplest way to move the variable to blob field sir..

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

      It can be updated . check this page , there is a small script update .... www.plus2net.com/php_tutorial/pdo-blob.php

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

      @@plus2net1 Thank you so much sir.. working fine..

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

      @@thiyagarajankumaresan6042 great ... glad to know that .

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

      @@thiyagarajankumaresan6042 HI, Please check this and let us know your views , ruclips.net/video/iO3Bg_IUlnM/видео.html

  • @ysftechnical7552
    @ysftechnical7552 3 года назад

    Thanks ! It Helps Me ...

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

    Which version of php are you using

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

      7.4.26 , lower version in my laptop.