PHP: Video Upload & Playback (Using Database)

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

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

  • @Boom-hc7gw
    @Boom-hc7gw 2 месяца назад

    at 24:44 "you used uploads/" what are these for "" there is no php there so i am asking

  • @aartiparmar7733
    @aartiparmar7733 11 месяцев назад +1

    its very helpful thankyou !!!!!!!!!!!!!!!!!!!

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

    THANKS MAN AND THANK YOU FOR SHARING

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

    Thank u from colombia

  • @divyayash5858
    @divyayash5858 3 года назад +3

    Man, that was helpful!

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

    Thank you ;) That I needed :)

  • @x-xier4965
    @x-xier4965 Год назад +1

    thanks a lot , especially for the source code, one problem is music is too loud , 😃

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

    This is more like admin page right as it has the control over to add or remove videos. If i want them to just display all the vids, i just have to remove the "upload" button right guys?

    • @Daniel-ko3zp
      @Daniel-ko3zp Год назад +2

      In this case the upload seems to be just a form that takes the video and copies it into a folder. Upon successful upload, it links to the view.php. Where I guess he just put a loop for all files in the video folder to be displayed in a grid

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

    im building a music streaming site do you have any idea on how can i save the users playlist?

  • @Mikey-mb6lb
    @Mikey-mb6lb 3 года назад +1

    Thanks it worked!

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

    thank you Elias, please I have a question, can you make for us one video that explains how to make a slider that shows in fullscreen all videos uploaded one after one loop video playback?

  • @algotrader6391
    @algotrader6391 Год назад +1

    Thank you.

  • @4jss69
    @4jss69 2 года назад

    hey there! i looked on your github and now i am trying to implement your login system

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

    THX IT WORKED

  • @Amal-zz3gl
    @Amal-zz3gl 3 года назад +1

    After hosting can users can upload

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

    Thank you, that was helpful but after that how could we download all the videos once ?

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

    Hiii. Can add limit pagenation ?

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

    Thank you very good video. Can you show me how to add photos to your blog?

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

    After uploaded, how to validate the audio file in php?

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

    how can we located video or give general size to all of them

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

    bro how to add css

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

    How to convert video php file to the other file like MP4/Mpeg-2...?

  • @PROGRAMMINGET
    @PROGRAMMINGET 3 года назад +2

    Cool

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

    uploads to ftp server but still showing empty...any suggestions?

    • @aftalyfeco
      @aftalyfeco Год назад +1

      just completed it thanks!

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

    Can users download the video with this method?

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

    Great

  • @stiplayz4764
    @stiplayz4764 Год назад +1

    after i upload the videos don't work any help?
    Edit : I fixed it. Thanks a lot for the guide

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

      I am facing same problem can you give me the solution

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

      @@everydayhustle15 check the name of the files if they’re the same as the database

    • @OkechukwuEzenwa
      @OkechukwuEzenwa 5 месяцев назад

      Having d same problem need help😢

    • @stiplayz4764
      @stiplayz4764 5 месяцев назад +1

      @@OkechukwuEzenwa check the video URL or the variables they’re stored at

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

    Hello, How do you stop someone from downloading your videos?

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

    Thanks

  • @OkechukwuEzenwa
    @OkechukwuEzenwa 5 месяцев назад

    My videos uploaded but its not playing
    Its just blank y.....😢

    • @CodingwithElias
      @CodingwithElias  3 месяца назад

      "Thanks for your comment! If your video is uploading but not playing, a few things to check:
      Make sure the file path to the video is correct and stored properly in the database.
      Check the video format and ensure it's supported by the browser (formats like MP4 work best).
      Inspect the video URL in your HTML code and ensure it's pointing to the right location.
      Use browser developer tools (F12) to check for any errors in the console or network tab. Let me know if you still face issues, and I'll be happy to help further!"

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

    How can I use md5_file() to let website generate and show the md5 for the video?
    Nice tutorial! 👍👍👍👍

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

      what do you mean you want to encrypt the video name?

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

      @@CodingwithElias I want to make a hash of the whole video. Not the name. Thanks for fast response

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

      @@sa3dn88 sorry, I've no idea

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

    is there a loading system when uploading?
    and how many mb/gb is the max?

    • @4jss69
      @4jss69 2 года назад

      hello, the loading is how the page loads, when the page loads its uploaded and the limit is the same limit tied to your database

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

    cool bro

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

    How can I keep my log in information secure if I were to login into an online database? I don't want to have my password written in php file

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

    Video is uploading but not playing. What to do?

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

    Can this work if you are trying to make a data base for ads.

    • @4jss69
      @4jss69 2 года назад

      i recomend using a third party like google ads.

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

    Thanks!:))

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

    hello, why i can't upload my video ?

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

      Check your php .init file
      And edit max uploaded file size

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

    Please, how can I upload many videos under one ID?

    • @CodingwithElias
      @CodingwithElias  3 года назад +2

      I'll make Video on that thanks

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

      @@CodingwithElias Thank you very much. I have been able to upload many videos under one ID. Thanks

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

      @@kofiamankwah5903 can you show me how?

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

      @@loxplosion95 Kindly send me your email so that I can send you the code. Thanks

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

    Muito bom o vídeo!

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

    can we add captions for the videos?

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

      yeah, maybe I'll improve that way sometime, Thanks

  • @thomasschmidt7377
    @thomasschmidt7377 3 года назад +3

    Its much better to use chunks while working with heavy data. Changing the upload_max_filezize isnt usefull here.

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

    my vids not playing, please help mee

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

      download full code here ruclips.net/video/TmySJislB6g/видео.html

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

    16:30 db part

    • @4jss69
      @4jss69 2 года назад

      THANK YOU

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

    Why I'dont insert 1 hour video sir

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

      change your php upload size max configuration

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

      @@CodingwithElias Thank you sir

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

    Abi ekran kaydını ne ile çekilen bide php sitesi nasıl yayınlanır

    • @eliasa.8026
      @eliasa.8026 3 года назад +1

      bandicam

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

      @@eliasa.8026 tmm thank

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

    not work for me, video can not uploaded.

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

      Same

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

      @@yopayment3442 Did you find a solution

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

      Did you find a solution

  • @RodgersCalenNYIRENDA-yg8rg
    @RodgersCalenNYIRENDA-yg8rg 10 месяцев назад

    share the code please

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

    help me mister, ho to fix it
    Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /storage/ssd4/923/18904923/public_html/view.php on line 35