PHP Basics: Practical projects: Build an image gallery (35/35)

preview_player
Показать описание

Official site

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

That was an awesome little "crash course" on the basics, thank you. Thankfully a lot of the syntax is either intuitive and/or reminds me of good old GW-Basic, especially things like strlen, instr etc.

I still miss line numbers though at the moment ;)

guyteigh
Автор

I did it! I made the image gallery :D
however I made an addition to that :D I made a form in which the user is asked for the directory name and the images in that particular directory is then showed :D <3 <3 <3

janvithanki
Автор

Thanks, very good lessons! Can you suggest a follow up course?

marcokielenschede
Автор

thank you, Alex, for this great course!

melikajabbari
Автор

Thank you Alex! Your tutorials are awesome and very clear! Keep up the work!
I just have a question, maybe a little bit silly hahah which font do you use? I really like it! :)

brainplot
Автор

Thanks very much for the lessons. It was very clean and concise.

kamran
Автор

I have finished the php basic tutorials now what should i learn??

hasanjaman
Автор

Hi Alex. On line 15- how is the in_array function returning true, since it appears to be checking the whole filename against the excluded extensions, not just the file extension (against the excluded extensions)? Great series by the way, really enjoyed it. Thanks.

MrRossss
Автор

what's next to do after i've done these basics?

mystogan
Автор

which playlist should I see after this "php basics" playlist? there are 100+ playlists in your channel. please inform me. thanks a lot to create these tutorials... It helps me a lot as a beginner.

rijuchowdhury
Автор

+Codecourse Would there be a way to make each image clickable and open a modal?

ThatGuySamUK
Автор

Dear Alex(CodeCourse), in this particular video(35th of this PHP Basics series), the main function is named as directoryReader(with capital 'R') but in 'index.php' file you called it as 'directoryreader()', no capital 'R' but the program still worked. How is that??, didn't you call a function that doesn't exist. Isn't 'directoryreader()' different from 'directoryReader()'??

srinivasarajumudunuri
Автор

Great Video!
Is it possible to instead of making a list to exclude files make a list that allows only certain filetypes ?
Example: .jpg .png .mpg .mov

FreLee
Автор

thanks I tried to avoid php as much as i could because i heard it was a dying language but after this course i think i'm gonna give php a chance. A really great course for beginners but those treehouse adds are fucking annoying

michaelscott
Автор

can you explain that !== FALSE ?
In my example it works only without it.

zamzung