I was struggling to change photo like this but the code you have given, I just copy and paste in my system it's working properly. Thanks it was helpful
@DavidGTech2 жыл бұрын
You're welcome! Thank you for watching...
@PriyankaKumari-xj6wu2 жыл бұрын
Really helpful....Please share video like this
@DavidGTech Жыл бұрын
Thank you so much for your positive feedback, [Commenter's Name]! I'm thrilled to hear that you found the video helpful. Your encouragement means a lot to me, and I'm glad that the tutorial was able to assist you in updating profile images using PHP and MySQL. I'll definitely take your suggestion to heart, and I'll continue creating more videos on similar topics that aim to be informative and useful. If you have any specific topics or features you'd like to see covered in upcoming videos, feel free to let me know.
@cameleonarabic81242 жыл бұрын
thank you so much!! for the people facing problems with move_upload_file I fixed it by setting php file and images file permissions to read and write
@cameleonarabic81242 жыл бұрын
and for the input in css just set the opacity to 0 so it disappear but still works properly
@reynandelizo14802 жыл бұрын
how you find the solution?
@begginercoding.39192 жыл бұрын
Thanks for this Knowledge
@DavidGTech2 жыл бұрын
You're welcome!!! Thanks for watching...
@nicolehaylynnmancao50443 жыл бұрын
Hi, may I know how to fix this error "The requested URL was not found on this server"? I can't upload new photo. it says url was not found.
@DavidGTech3 жыл бұрын
U can download the source code .php and .sql (link in the description)
@DavidGTech3 жыл бұрын
Or u can send the screenshot through my Gmail to let me know how to fix that
@theworld8032 жыл бұрын
Thanks it works fine How do I retrieve images from the image source?
@DavidGTech2 жыл бұрын
You're welcome 😊
@theworld8032 жыл бұрын
@@DavidGTech Thanks david Please how i display image in img On other fille This
@DavidGTech2 жыл бұрын
@EducationalTheatre2 жыл бұрын
thank you for your code it very useful to learn but every time i refresh the page it add the same img with different name
@DavidGTech2 жыл бұрын
You're welcome! Thanks for watching...
@Nilsketterer Жыл бұрын
Hey mate, I got different users due to Login System. The issue is: It's always posting the image to the first ID. I tried changing the first php tag as follows:
@DavidGTech Жыл бұрын
Thanks for your comment and sorry to hear that you're experiencing issues. It sounds like the issue might be related to the session not updating properly. Can you provide more information on how the users are being authenticated and what you're using to manage the session?
@fatinahizzati91752 жыл бұрын
kenapa saya punya image error sir ? please help me
@DavidGTech2 жыл бұрын
Coba lebih teliti lagi lihat kodenya atau enggak coba download source codenya
@fatinahizzati91752 жыл бұрын
@@DavidGTech saya sudah download source code tetapi imagenya masih tak dapat keluar walaupun sudah connect database
@ankushsingh19772 жыл бұрын
Hi bro I had a problem can u pls solve it
@DavidGTech2 жыл бұрын
I have had already provide the source code, you can use it, so there won't be errors
@Mohamed_subair2 жыл бұрын
Thank u for sharing source code
@DavidGTech2 жыл бұрын
You're welcome!
@mohanreddy8096 Жыл бұрын
I got different users due to Login System. image visible same for different users The issue is: It's always posting the image to the first ID. please provide modified code
@DavidGTech Жыл бұрын
Hi @mohanreddy8096, Thanks for reaching out and bringing this to my attention. I understand the issue you're facing with the Login System causing the image to always be posted to the first ID. To resolve this, you'll need to make sure that the code properly associates the image upload with the current user's ID. Without seeing your specific code, I can offer some general guidance. Please check the part of your code where you handle the user's session or login information. Ensure that you are correctly retrieving and using the current user's ID when processing the image upload. If you can share the relevant parts of your code where you handle the user login and image upload, I'd be happy to take a closer look and provide more targeted assistance. Looking forward to helping you resolve this issue!
@mubarak45457 ай бұрын
how can i focus when this banger is playing , i keep dancing
@DavidGTech6 ай бұрын
Hi @mubarak4545, Haha, glad you like the music! 🎶 Maybe take a break to dance and then get back to focusing? Thanks for watching! 😄
@myintlwin12042 жыл бұрын
Thank you sir
@DavidGTech2 жыл бұрын
You're welcome! Thanks for watching...
@paxman39603 жыл бұрын
Thats so good you uploaded video you must be uploaded much bro thats so important informations.your covers was good ❤️🔥 future was for us bro❤️🔥🔥
@DavidGTech3 жыл бұрын
Wow, thank you
@reynandelizo14802 жыл бұрын
@@DavidGTech how you solve the problem ?
@skygrace43002 жыл бұрын
Hello bro, thanks for this tut' Si please would you like to do it with symfony? Merci d'avance
@DavidGTech2 жыл бұрын
You're welcome!!! Thanks for watching...
@dlxwazz2 жыл бұрын
Hello where can I get the source code please?
@DavidGTech2 жыл бұрын
Contact my gmail
@dlxwazz2 жыл бұрын
@@DavidGTech I already sent you an email please check
@DavidGTech2 жыл бұрын
I already received it and sent you the source code, thank you
@mr_primeee3 жыл бұрын
Lanjut vid
@DavidGTech3 жыл бұрын
Siap pak 👍
@marlonjayawatin8270 Жыл бұрын
We have the same problem. When the image is updated the old image is still in your folder and it even generate a new one. I want to remove it but i think it doesn't matter 😅
@DavidGTech Жыл бұрын
Yes, actually I can remove the old image, but I think it doesn't matter though
@marlonjayawatin8270 Жыл бұрын
@@DavidGTech I watched different content, they're using unlink() method. Idk how to build a structure in update button since it was delete button.