PHP: Video Upload & Playback (Using Database)

  Рет қаралды 54,899

Coding with Elias

Coding with Elias

Күн бұрын

Пікірлер: 87
@divyayash5858
@divyayash5858 3 жыл бұрын
Man, that was helpful!
@koolooc726
@koolooc726 2 жыл бұрын
THANKS MAN AND THANK YOU FOR SHARING
@aartiparmar7733
@aartiparmar7733 11 ай бұрын
its very helpful thankyou !!!!!!!!!!!!!!!!!!!
@CodingwithElias
@CodingwithElias 11 ай бұрын
Glad to hear that!
@dariusz8005
@dariusz8005 3 жыл бұрын
Thank you ;) That I needed :)
@Boom-hc7gw
@Boom-hc7gw 2 ай бұрын
at 24:44 "you used uploads/" what are these for "" there is no php there so i am asking
@x-xier4965
@x-xier4965 Жыл бұрын
thanks a lot , especially for the source code, one problem is music is too loud , 😃
@stiplayz4764
@stiplayz4764 Жыл бұрын
after i upload the videos don't read any help?
@CodingwithElias
@CodingwithElias Жыл бұрын
Sorry for that
@Mikey-mb6lb
@Mikey-mb6lb 3 жыл бұрын
Thanks it worked!
@CodingwithElias
@CodingwithElias 3 жыл бұрын
Glad it helped
@Gahwotchii
@Gahwotchii 3 жыл бұрын
THX IT WORKED
@AlexLost365
@AlexLost365 3 жыл бұрын
Thank u from colombia
@PROGRAMMINGET
@PROGRAMMINGET 3 жыл бұрын
Cool
@GloomyDarryl
@GloomyDarryl 3 жыл бұрын
im building a music streaming site do you have any idea on how can i save the users playlist?
@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 Жыл бұрын
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
@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 Жыл бұрын
Thank you.
@CodingwithElias
@CodingwithElias Жыл бұрын
You're welcome!
@Amal-zz3gl
@Amal-zz3gl 3 жыл бұрын
After hosting can users can upload
@CodingwithElias
@CodingwithElias 3 жыл бұрын
Yes
@limonmirja6488
@limonmirja6488 Жыл бұрын
Great
@stiplayz4764
@stiplayz4764 Жыл бұрын
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 ай бұрын
@@OkechukwuEzenwa check the video URL or the variables they’re stored at
@asm7575
@asm7575 2 жыл бұрын
Thank you, that was helpful but after that how could we download all the videos once ?
@abcfuture5779
@abcfuture5779 3 жыл бұрын
cool bro
@kalajengkingh6244
@kalajengkingh6244 3 жыл бұрын
Hiii. Can add limit pagenation ?
@CodingwithElias
@CodingwithElias 3 жыл бұрын
Yes you can
@kalajengkingh6244
@kalajengkingh6244 3 жыл бұрын
@@CodingwithElias please script sir .
@haorabit5474
@haorabit5474 2 жыл бұрын
Thank you very good video. Can you show me how to add photos to your blog?
@4jss69
@4jss69 2 жыл бұрын
hey there! i looked on your github and now i am trying to implement your login system
@CodingwithElias
@CodingwithElias 2 жыл бұрын
go for it 👍
@pronehacker9915
@pronehacker9915 3 жыл бұрын
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
@sa3dn88
@sa3dn88 2 жыл бұрын
How can I use md5_file() to let website generate and show the md5 for the video? Nice tutorial! 👍👍👍👍
@CodingwithElias
@CodingwithElias 2 жыл бұрын
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
@aftalyfeco
@aftalyfeco Жыл бұрын
uploads to ftp server but still showing empty...any suggestions?
@aftalyfeco
@aftalyfeco Жыл бұрын
just completed it thanks!
@y4ya851
@y4ya851 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!"
@lefterismavridis7825
@lefterismavridis7825 3 жыл бұрын
Can users download the video with this method?
@khushalgrow
@khushalgrow 2 жыл бұрын
Thanks
@CodingwithElias
@CodingwithElias Жыл бұрын
Welcome
@andrewkamoha4666
@andrewkamoha4666 Жыл бұрын
After uploaded, how to validate the audio file in php?
@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
@konsa--topic5872
@konsa--topic5872 2 жыл бұрын
Use md5 encryption or shah1
@tunarmemmedov1641
@tunarmemmedov1641 2 жыл бұрын
how can we located video or give general size to all of them
@khabibalkharis7381
@khabibalkharis7381 3 жыл бұрын
How to convert video php file to the other file like MP4/Mpeg-2...?
@valdemirtf
@valdemirtf 2 жыл бұрын
Muito bom o vídeo!
@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.
@DiyintheGhetto
@DiyintheGhetto 2 жыл бұрын
Hello, How do you stop someone from downloading your videos?
@lifeofart3189
@lifeofart3189 2 жыл бұрын
bro how to add css
@kofiamankwah5903
@kofiamankwah5903 3 жыл бұрын
Please, how can I upload many videos under one ID?
@CodingwithElias
@CodingwithElias 3 жыл бұрын
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
@codingtycoons8531
@codingtycoons8531 2 жыл бұрын
Video is uploading but not playing. What to do?
@AnsPacific
@AnsPacific 3 жыл бұрын
can we add captions for the videos?
@CodingwithElias
@CodingwithElias 3 жыл бұрын
yeah, maybe I'll improve that way sometime, Thanks
@roselynptrck7329
@roselynptrck7329 Жыл бұрын
hello, why i can't upload my video ?
@CodingwithElias
@CodingwithElias Жыл бұрын
Check your php .init file And edit max uploaded file size
@mfs6165
@mfs6165 3 жыл бұрын
Abi ekran kaydını ne ile çekilen bide php sitesi nasıl yayınlanır
@eliasa.8026
@eliasa.8026 3 жыл бұрын
bandicam
@mfs6165
@mfs6165 3 жыл бұрын
@@eliasa.8026 tmm thank
@thomasschmidt7377
@thomasschmidt7377 3 жыл бұрын
Its much better to use chunks while working with heavy data. Changing the upload_max_filezize isnt usefull here.
@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
@saintseer8214
@saintseer8214 2 жыл бұрын
16:30 db part
@4jss69
@4jss69 2 жыл бұрын
THANK YOU
@kennethinocentes7751
@kennethinocentes7751 3 жыл бұрын
my vids not playing, please help mee
@DailyTutorial
@DailyTutorial 3 жыл бұрын
download full code here kzbin.info/www/bejne/ip7chH2fqNF1bMk
@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
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 7 МЛН
I just tried o3-mini
6:31
ThePrimeTime
Рет қаралды 192 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 35 М.
Image Upload  with Ajax and PHP | Ajax Image Insert in MYSQL Database
26:57
How to host a PHP website with MySQL Database on 000webhost
8:45
Adelin Bonheur
Рет қаралды 47 М.
Шлеменко - ЧЕСТНО о поражении Шары Буллета
11:23
Александр Лютиков
Рет қаралды 83 М.
How to upload image to MySQL database and display it using php
12:19
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН