Тёмный

Displaying YouTube Videos from MySQL Database 

Adam Thomas
Подписаться 2,6 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@version8813
@version8813 3 года назад
I know that there is not a lot of people watching you, But bro Big thanks to you !!!!! Salamat(PH)
@NirtTech
@NirtTech 7 месяцев назад
This was really helpful. Thanks so much
@eloquent2200
@eloquent2200 Год назад
Thank you for your work!
@Warndanger
@Warndanger Год назад
This was a good video little by little learning more code. I would like to eventually be able to make a display that shows name of the song and only the VIDEO ID part of the URL for RU-vid.
@abrahamkibet7021
@abrahamkibet7021 2 года назад
Thanks your video has made me to understand a lot.... I have tried to follow your tutorial it really nice
@codeadamca
@codeadamca 2 года назад
Great! Glad it helped!
@TITAN-sv5eg
@TITAN-sv5eg Год назад
thanks that so helpful
@donnierhodm6338
@donnierhodm6338 2 года назад
good afternoon sir, I want to ask how when I want to display a video by date and every day the video can change according to the date. thank you sir
@codeadamca
@codeadamca 2 года назад
I would do this by adding a release date field to the table: ALTER TABLE videos ADD `date_released` DATE Then you can write your query to display the video with today's date as the release date. If there are no videos for that date, it would display nothing. Something like this: SELECT * FROM videos WHERE DATE(date_released) = CURDATE() LIMIT 1 Or you could take the most recent video based on release date, that way if you don't have a video for today, it will still display the most recent.
@m0gsy467
@m0gsy467 3 года назад
can u add the css? thanks
@codeadamca
@codeadamca 2 года назад
Adding CSS to a file like this will follow the same process as adding CSS to a regular HTML file. Just place the CSS LINK in the HEAD section and it should work as normal.
Далее
Displaying Images from a MySQL Database using PHP
11:42
Displaying Content from a MySQL Database in a Webpage
21:01
Setting up a LAMP Stack from Scratch using Docker
28:24
Download and Upload files using HTML & PHP
6:37
Просмотров 116 тыс.
Save HTML Form Data to a MySQL Database using PHP
24:38
T05 TO THERMAL T6 AND VSS IN ARENA BREAKOUT
30:04
Просмотров 20 тыс.
Upload and Store video to MySQL Database with PHP
13:00
MySQL - The Basics // Learn SQL in 23 Easy Steps
17:17
Просмотров 890 тыс.
PHP: Video Upload & Playback (Using Database)
27:27
Просмотров 52 тыс.