Great job on this! So many presenters do not bother to first show what the code does before showing how to code it. Also kudos on giving out the source code. Believe me no sound is needed when you have been so helpful.
First in my language (portugues): Muito obrigado! Em meio a milhões de vídeos, este foi o único que me ajudou. Now, in your language: Thank you! Between the million videos, this only what help me.
it's 2022 and you literally save my suffering, images are not being uploaded when its from "Downloads folder" for example, and i just took some codes from this vid and it works!Thank you.
this is a good tuitorial , i have followed through and managed to piece it together and its now working, the only thing i noticed about it is that when you post it post blank text and photo holder. maybe i should apply that function that defines that when none of the conditions are met then the posting should not occur
It's really helpful... I just wish I had the attention span to actually get anything from it. LOL my brain's fried for finals week :) Thank you so much though! You're amazing!!
Works perfect. I just prefer to change image name in order to keep database and image with the same index. Thanks and BR. it is needed to avoid sql injection.
To all the people who have problem uploading the picture to the database, this is the solution: He wrote this: $sql = "INSERT INTO images (image, text) VALUES ('$image', '$text')"; You should use this: $sql = "INSERT INTO images (image, image_text) VALUES ('$image', '$text')";
This 'works' however the images are not being placed into the database. The name of the image is but the actual image is being placed into the images folder on your machine - not the database. I know the description mentions this but the title is a bit misleading.
Wow, I love your videos. Please create a tutorial on uploading and viewing a pdf document with php and mysql as you did in How to create a blog in PHP and MySQL database
for some having trouble saving it to database in line: $sql = "INSERT INTO images (image, image_text) VALUES ('$image', '$image_text')"; change image_text to text since he used text column in this video code: $sql = "INSERT INTO images (image, text) VALUES ('$image', '$image_text')";
The video tutorial is very useful ,Really Appreciable But there is issue occuring that text and image upload the post on the front end as well as in the database but the images are not visible in the front end and images are not shown in the images folder too.........please guide me what to do in this query
Thank you so much! Question : everytime I refresh the page, it uploads the same image again to the database, is there anyway to avoid that? Keep up the great work!
Cam someone help me? It does upload my image into the designated folder but its name is changing into 1.(its extension). And its not also recorded in my MySQL database. What's the problem? I'm using a webserver.
Something must have deprecated because the profiles.php didn't work. I changed the query to object oriented latest php standard for arrays and used the while loop instead of foreach and it worked like a charm! Now I gotta learn how to make this secure because its a php attack waiting to happen!
Great job on this! So many presenters do not bother to first show what the code does before showing how to code it. Also kudos on giving out the source code. Believe me no sound is needed when you have been so helpful.
First in my language (portugues): Muito obrigado! Em meio a milhões de vídeos, este foi o único que me ajudou.
Now, in your language: Thank you! Between the million videos, this only what help me.
my pleasure. Thanks so much for watching :D
it's 2022 and you literally save my suffering, images are not being uploaded when its from "Downloads folder" for example, and i just took some codes from this vid and it works!Thank you.
This guy is underrated. You are one of the best tutors on youTube. You should be at over 600k subscribers.
First in my language (russain): Спасибо
))
Now, in your language: Thank you! Between the million videos, this only what help me. ))
Thank you very much too!
you made the tutorial short simple yet it is very helpful. thanks dude!
Really the only proper video on RUclips that covers this subject. Thanks a lot!
this is a good tuitorial , i have followed through and managed to piece it together and its now working, the only thing i noticed about it is that when you post it post blank text and photo holder. maybe i should apply that function that defines that when none of the conditions are met then the posting should not occur
I Love You
Exactly what I needed! I like that your explain what your are doing with comments! Awesome, thanks. :) Warmest regards, -South Texas.
Thanks for watching :D
This is the only tutorial that works for me.. Thank you
thanks for this video, before empty images were uploaded to server. But, your code solved it. thanks
Works perfectly. thanks from Sri Lanka
Thanks for the vid, really helped me out with image type insert and selects!
thanks to you I was able to upload DOCX and PDF file in db and able to display it.
It's really helpful... I just wish I had the attention span to actually get anything from it. LOL my brain's fried for finals week :)
Thank you so much though! You're amazing!!
Thank you, Raina!
you can fix the repeat bug by moving the form in a another php file . thanks for the code awe you are the best !
yes works thanks,if you want multi uploads with text,use sessions with localstorage,use session first ,next page use localstorage set and get
Successfully I have solved my problem. Thank you so much for your tutorial.
I'm glad this helped. Thank you for watching and happy coding :)
how?
it works perfect. Thank you very much. Greetings from Brazil !!
thank you
very helpful video
love from India
Hi Awa Melvine,Thanks so much for creating this demo. Excellent job!Regards,Soon
Start watching from 3:24 min
Thanks for this video ! I needed to create a gallery with a page generated by php
Thanks for watching :D
Many thanks! Big hug from Berlin.
Thank you so much man!!!!! Works great!
My pleasure. Thanks for watching
Thank u so much.. Love from Bangladesh.
Works perfect. I just prefer to change image name in order to keep database and image with the same index. Thanks and BR. it is needed to avoid sql injection.
great video man,,, i tried it and succeed,,,love you
Thanks a lot man to make it easy for us.
To all the people who have problem uploading the picture to the database, this is the solution:
He wrote this: $sql = "INSERT INTO images (image, text) VALUES ('$image', '$text')";
You should use this: $sql = "INSERT INTO images (image, image_text) VALUES ('$image', '$text')";
Thank you!
Works perfectly, thanks!
Very brilliant and fantastic presentation 👍❤️......100k likes.....
Simple and useful. Thank U!
Thanks!!! Works like a charm...
thank you so much ..i have learnt alot
You have helped me a lot :)
Sweet bro, thanks a lot, really helpful even till now.
You're example is wonderfull. Thanks!
Thanks a lot from my heart, you are amazing on writing this code simple and easy.
thanks bro you helped me a lot
Thanks! You helped me to make my diploma)) :D
Great tutorial. It was helpful for me :)
Quite detailed GOOD...........
Awesome..it works very well... Thanks !!!
thanks. worked perfectly!
Thanks you for watching
can you sent to me too?
Can you send it to me too?
can you sent to me too?
Very Well Boy keep It Up Very Nice Explaination
you are the best bro
Thanks, I like you video. it is very useful thing.
Thnx, this was very helpful!
Thanks Brother..Really Helped a lot....!!!
thnks for uploading video !!!!!
its very helpful for my today prject.
thank you sir , lesson is very helpful 😊😊
FUCK YOU ITS DONT WORK IDIOT
Thanks a lot Bro ! very useful project indeed.
thank you my friend i wish good and health for you
Thanks for the great video! Ot helped me a lot ! :)
Thank you so much for this video.
THAT IS AWESOME MAN!! THANKS!
Thank you very much for help. Your help became useful.
This is not "uploading image to MySQL", it's uploading image to a folder and saving the path to the image in MySQL.
we can upload image to Db we wonly fetch adress thats y we upload image to folder
tkx guy, this is so great
Thank you very much Sir! Amazing
This 'works' however the images are not being placed into the database. The name of the image is but the actual image is being placed into the images folder on your machine - not the database. I know the description mentions this but the title is a bit misleading.
Update- I was very tired and misunderstood the video, this is in fact exactly what I needed. Good job.
Wow, I love your videos. Please create a tutorial on uploading and viewing a pdf document with php and mysql as you did in
How to create a blog in PHP and MySQL database
thanks ,your tutorial helps me lot............
Thank you very much, i hope you made next video.
great video, thank you so much!
I'm glad you liked it. Thank you too for watching!
Thnx bro it helped a looooot
Bro, Notice: Undefined index: tmp_name in C:\xampp\htdocs\upload\index.php on line 14
Amazing video thank you for code
Very helpful ...Thank you very much...
Its really helpful video thanku so much for the useful information.
Really Appreciable
great tutorial dude
for some having trouble saving it to database
in line: $sql = "INSERT INTO images (image, image_text) VALUES ('$image', '$image_text')";
change image_text to text since he used text column in this video
code: $sql = "INSERT INTO images (image, text) VALUES ('$image', '$image_text')";
Thanks, bruuh! Moree!
Hi, a little help please. I did everything as you and there are no errors but the image won't upload to the database..
make a folder named 'images' in ur root folder (i mean in the same folder where ur index file is stored) then put ur images there, then it works.
The code works, but there is an issue, if u refresh the page. The last pic u uploaded will continue to upload like a loop.
good work man keep it up
awosome well done dude
You deserve my sub bro
The video tutorial is very useful ,Really Appreciable
But there is issue occuring that text and image upload the post on the front end as well as in the database but the images are not visible in the front end and images are not shown in the images folder too.........please guide me what to do in this query
Its good, I like your tutorial
Thank you
pls help meeeeeeeeeeeeeeeeeeeeeeeeeeeeee
thank you
you are the best !!
great job thx dear bro!
you are a lifesaver
Thanks! this helps a lot! :D
Big up thanks brother!
Thank you sooooo much!!!!!!
thanks very much for your lesson
Thank you so much!
Question : everytime I refresh the page, it uploads the same image again to the database, is there anyway to avoid that?
Keep up the great work!
Also, when I try to retrieve the images, they are all broken images.
i think just by adding header("Location: (location to same php file or redirected file))"); should fix the problem
@@iJuce what do you mean
I am big fan for yoooouuuuuu maaaaaaaaaannnn
You very help me. Thank you ;)
thanks sir.....for making this video....
u r awesome dude.....
Cam someone help me?
It does upload my image into the designated folder but its name is changing into 1.(its extension). And its not also recorded in my MySQL database. What's the problem?
I'm using a webserver.
Thanks for your tutorial anyway i did same you way but i dont see image in to folder which i use for image. Can you help me for this issue?
Check the url path...
thanks bro really helpful
I got everything working, **BUT** the image doesn't load, it's just like before you inserted image/ near the end of the video
Nice work. Thank for this information, suggests you set some background music.
Something must have deprecated because the profiles.php didn't work. I changed the query to object oriented latest php standard for arrays and used the while loop instead of foreach and it worked like a charm! Now I gotta learn how to make this secure because its a php attack waiting to happen!