64: How to Create a PHP Gallery Part 2 | Database & PHP | Upload Image to Website | PHP Tutorial

preview_player
Показать описание
In this PHP tutorial you will learn how to create a simple PHP gallery that allow for you to upload images to your website folder. In this way we can create a dynamic image gallery on our website.

In this part 2 video we will create the database and PHP code. And then in the following tutorials we will create the PHP which will upload images and display images in our gallery.

RELATED LESSONS:

Meet Daniel: another Full-Stack developer who can teach you coding fast and free :D

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Рекомендации по теме
Комментарии
Автор

God bless you Daniel!! You have been so much help

afuwapedoyinsola
Автор

What I'm looking forward to to most about finishing this series is the structure I came up with in my head to become prolific in a quick way. I'm going to focus on these type of videos explaining general structural concepts and then move onto the videos with more detailed info. I never once believed that being a self taught programmer would make me lesser than, it' just takes time. I've thoroughly enjoy my study for the past 6 months and see a bright future that doesn't have any limit. The future for this field is truly endless. There are no bounds to a skill like this. I appreciate you.

heidik
Автор

Not all the heroes wear capes. You're a life saver, I got screwed with php coding at uni. Thanks for making it available on YouTube.

mrboyban
Автор

we don't want that file uploaded to our website, what are u thinking about ? the best sentence i've ever heared.

نجمةالزهور-ته
Автор

Yass! Already uploaded the next part, after 2 weeks of watching your tuts and all the other things I have done, I can say that I know PHP ( since I already have a background in programming, C++, C#, java, etc.. ), but I ALWAYS come back here to watch your vids, you're doing an amazing job, I always love watching you and then trying to see what are the best parts so that I can add them into my own code. Thanks for being awesome ❤️❤️❤️

JustKatoh
Автор

If I could give one tip to anyone using this tutorial extensively. Do NOT use LONGTEXT for the orderGallery column.

SQL will have difficulty sorting these properly once you reach the double digits and beyond. Switching to INT/BIGINT fixes this problem completely.

Of course if you're planning on only every having 1-9 images/posts, feel free to stick to LONGTEXT as it works fine up until that point. Besides that, awesome tutorial as usual.

henrythomas
Автор

PERFECT FOR EVERY BEGINNERS. THANKS A MILLION TIMES. MORE GRACE...

jephreyg-power
Автор

Great video! A shorter way to get the extension of the file is to use :
$fileType = explode("/", $file['type']);
$fileExtension = end($fileType);

christophefredericrouge
Автор

you explain each and every code in such a detail, learning from your videos is actually fun and i like your teaching so much.

vishalsrivastava
Автор

The best educational video Ive ever seen..thanks so much

동네학원원장
Автор

IT IS NOT SHOWING THE FORM WHAT TO DO? I HAVE DONE THE SAME STEPS AS HE HAS DONE BUT THE FORM IS NOT VISIBLE IN THE WEBSITE

nidhipgoomer
Автор

i wish u start ASP.NET MVC tutorial... i am not interested in PHP but i watch all videos when u uploaded :) i love ur teching style. God Bless U Sir <3 .

alizaman
Автор

It is great idea to split the long video to many ones 💪

lusingarib
Автор

mmtuts 15:57 - What should i do - when i don't have any message ?

dawidkujawski
Автор

Please if you know LARAVEL, then start making tutorials for it much needed in this recent times.

vishalsrivastava
Автор

26:00 isn't the echo function supposed to be inside the if statement not the else

youssefhagag
Автор

Your tutorial really helped me alot. Keep it up

kingsleyaham
Автор

The boring way, auto hahaha you crack me up 😂😂 It's a long run but it's well worth it.

Stoney_Eagle
Автор

Wow! Great job! You should be teaching in College. Very good tutorial You did, explained a lot of things to me. Thank You very much. Greetings!

ofskrin
Автор

I dont know why Im watching this, im still studying javascript, this would be the next I would learn.

jeps