#36 Image upload | Udemy clone from scratch in php | Quick programming tutorial

preview_player
Показать описание
Learn to create a dynamic website by cloning the udemy website from scratch using php, javascript and html from existing bootstrap templates.

more tutorials:
make a social website from scratch:

all crash courses:

code a live chat app in PHP and JavaScript:

make an eCommerce website from template:

convert an HTML template to PHP website:

simple signup and login system & security:

crop images with PHP:

PHP Object Oriented Programming basics:

Chart or graph using SVG:

Responsive web design:

clean pretty URLs:

support me on patreon:

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

lol..i was really waiting😂😂😂😂first to watch

dfootballhub
Автор

Hi, I'm having some problem with profile image upload. The uploads and images folders are created with the index.php files, but I cannot upload images. The selected image is not moved to the images folder. The image name is saved to the db, but time is not added to the name. And the image path is also wrong in the dev tool. The path shows public/profile.jpg and not I triple checked it, and also tried to setup a new installation from your course file but it's the same. i'm using XAMPP on Windows 10 with PHP 8.1.2 Do you have any recommendation as to what's going on?

tamdu
Автор

Thanks sir for your effort, i am following along with you, as the same time i am working in another project, my question is how to store fullscreen toggle function to localstorage in javascript, so that the tap still in full screen even when page changed or reloaded.
This is my code:
function toggleFullScreen() {
if (!document.fullscreenElement) {

} else {
if (document.exitFullscreen) {
document.exitFullscreen();
}
}
}

faiedweb
Автор

can we get the .sql file of the project
and what will be the data tye of image coulmn in database

farazm