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.
@kmssi15382 жыл бұрын
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.
@RenanWitt8 жыл бұрын
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.
@AwaMelvine8 жыл бұрын
my pleasure. Thanks so much for watching :D
@MrPherez7 жыл бұрын
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
@Nikita-iv4jp4 жыл бұрын
First in my language (russain): Спасибо )) Now, in your language: Thank you! Between the million videos, this only what help me. ))
@AwaMelvine4 жыл бұрын
Thank you very much too!
@delfinotachi16863 жыл бұрын
This guy is underrated. You are one of the best tutors on youTube. You should be at over 600k subscribers.
@maleficgunner52455 жыл бұрын
you made the tutorial short simple yet it is very helpful. thanks dude!
@TGDTom6 жыл бұрын
Really the only proper video on KZbin that covers this subject. Thanks a lot!
@oldguy8177able5 жыл бұрын
yes works thanks,if you want multi uploads with text,use sessions with localstorage,use session first ,next page use localstorage set and get
@aforict84214 жыл бұрын
Works perfectly. thanks from Sri Lanka
@tsvetomir53095 жыл бұрын
you can fix the repeat bug by moving the form in a another php file . thanks for the code awe you are the best !
@rosettedf65746 жыл бұрын
This is the only tutorial that works for me.. Thank you
@ankitsam48803 жыл бұрын
thank you very helpful video love from India
@abhishekkaushal84077 жыл бұрын
thanks to you I was able to upload DOCX and PDF file in db and able to display it.
@KimKongKun13377 жыл бұрын
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')";
@kimmy73976 жыл бұрын
Thank you!
@mohammedabdulhady89267 жыл бұрын
I Love You
@gogoulor7 жыл бұрын
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.
@JesusHilarioH7 жыл бұрын
Exactly what I needed! I like that your explain what your are doing with comments! Awesome, thanks. :) Warmest regards, -South Texas.
@AwaMelvine7 жыл бұрын
Thanks for watching :D
@mdmasud58888 жыл бұрын
Successfully I have solved my problem. Thank you so much for your tutorial.
@AwaMelvine8 жыл бұрын
I'm glad this helped. Thank you for watching and happy coding :)
@buchukoyfwa-fwa96007 жыл бұрын
how?
@shamimsarker8394 жыл бұрын
Thank u so much.. Love from Bangladesh.
@YUhave2Bawsome4 жыл бұрын
Thanks for the vid, really helped me out with image type insert and selects!
@xyzrgp7 жыл бұрын
thanks for this video, before empty images were uploaded to server. But, your code solved it. thanks
@shwetagupta26626 жыл бұрын
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
@koyawell25514 жыл бұрын
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')";
@marcoantonio76347 жыл бұрын
Bro, Notice: Undefined index: tmp_name in C:\xampp\htdocs\upload\index.php on line 14
@NoorMohamed-hb7ce3 жыл бұрын
Very brilliant and fantastic presentation 👍❤️......100k likes.....
@sandipanmondal94747 жыл бұрын
Thanks, I like you video. it is very useful thing.
@ninip20084 жыл бұрын
Many thanks! Big hug from Berlin.
@harvintoledo7347 жыл бұрын
You're example is wonderfull. Thanks!
@AliciaGuitar4 жыл бұрын
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!
@B_DWisdomPills8 жыл бұрын
Quite detailed GOOD...........
@priyadharshinimuthukumar8970 Жыл бұрын
thank you so much ..i have learnt alot
@soonsaeng25038 жыл бұрын
Hi Awa Melvine,Thanks so much for creating this demo. Excellent job!Regards,Soon
@phillipisaac43376 жыл бұрын
it works perfect. Thank you very much. Greetings from Brazil !!
@hermanomark6 жыл бұрын
it worked for me now.. just remove the id in database
@TheWFLE4 жыл бұрын
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!!
@AwaMelvine4 жыл бұрын
Thank you, Raina!
@prabhakarreddy79887 жыл бұрын
great video man,,, i tried it and succeed,,,love you
@OneInChristComedy4 жыл бұрын
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
@programmingtutorialsmadesi68644 жыл бұрын
thanks bro you helped me a lot
@Etp3692 жыл бұрын
Thanks a lot man to make it easy for us.
@lightandpeace9677 жыл бұрын
thnks for uploading video !!!!! its very helpful for my today prject.
@Shogoeu5 жыл бұрын
This is not "uploading image to MySQL", it's uploading image to a folder and saving the path to the image in MySQL.
@faizy31323 жыл бұрын
we can upload image to Db we wonly fetch adress thats y we upload image to folder
@dhproductions67227 жыл бұрын
Very Well Boy keep It Up Very Nice Explaination
@Somalifox3 жыл бұрын
Thanks a lot from my heart, you are amazing on writing this code simple and easy.
@dhakprasadupreti62494 жыл бұрын
Thank you very much for help. Your help became useful.
@savehands91352 жыл бұрын
you are the best bro
@vinhvo48164 жыл бұрын
Thank you very much, i hope you made next video.
@maorweiss70074 жыл бұрын
Simple and useful. Thank U!
@kenichimendoza85716 жыл бұрын
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.
@nimesh5195 жыл бұрын
thanks ,your tutorial helps me lot............
@ianthehunter35325 жыл бұрын
I got everything working, **BUT** the image doesn't load, it's just like before you inserted image/ near the end of the video
@jumamakorere85977 жыл бұрын
hi? thanks for tutorial... i like it. but can i drop it down my image and text as well instead of drop up?
@jineshmehta92597 жыл бұрын
Awesome..it works very well... Thanks !!!
@arshadhussain53556 жыл бұрын
Thanks!!! Works like a charm...
@jin60jir5 жыл бұрын
Great tutorial. It was helpful for me :)
@FairoozZafar8 жыл бұрын
thanks. worked perfectly!
@AwaMelvine8 жыл бұрын
Thanks you for watching
@3xtLastfencer8 жыл бұрын
can you sent to me too?
@mrsingh96568 жыл бұрын
Can you send it to me too?
@muhamadaidiel48228 жыл бұрын
can you sent to me too?
@m_jameem5 жыл бұрын
thank you sir , lesson is very helpful 😊😊
@mrendus5 жыл бұрын
FUCK YOU ITS DONT WORK IDIOT
@--b13313 жыл бұрын
thank you my friend i wish good and health for you
@SarainVienna577 жыл бұрын
Hi, a little help please. I did everything as you and there are no errors but the image won't upload to the database..
@sharifabahar62576 жыл бұрын
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.
@chocobun95887 жыл бұрын
thanks for the awesome video.Its work well but do you have some code for the security of the image.Like the limited size,and only some type can be uploaded(jpg,jpeg)?i hope you can help me ASAP.Thank you
@PCHIOLKIN_YU5 жыл бұрын
Thanks! You helped me to make my diploma)) :D
@gamerspieler81962 жыл бұрын
You have helped me a lot :)
@Aaminul555 Жыл бұрын
Thanks a lot Bro ! very useful project indeed.
@shwetagupta26626 жыл бұрын
Its really helpful video thanku so much for the useful information. Really Appreciable
@bigsmoke59302 жыл бұрын
Thank you very much Sir! Amazing
@salomechris41804 жыл бұрын
Thank you so much.....please can you help me to display other file apart from images like doc and PDF
@delfinotachi16863 жыл бұрын
Thank you so much for this video.
@Happystoreup4 жыл бұрын
Thank you so much! Just a small question: Is there any way that we can upload many images while keeping that description field inserted into mysql table too? I can just only either do multiupload without other form fields. If I add more fields other than image upload, I can upload just one image at a time. Please help me! thank you!
@bgmibrutal43476 жыл бұрын
Very helpful ...Thank you very much...
@ahmadrazazach4264 жыл бұрын
sir u r great.now how i can retrieve that imgs on my web page from server.can u help me plz?.Thnks in advance
@graedaloran91377 жыл бұрын
Awa thank you for this tutorial it helps me a lot. but i have question how can i set the size of the uploaded image in its css?
@nubarheyderzade46166 жыл бұрын
Hi. thank you very much for the video. My program is run correctly but when i refresh site, the data insert again to the database but i dont choose any image. How i can solve this problem?
@karaoketimor5 жыл бұрын
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?
@Vboystaskandfun5 жыл бұрын
Check the url path...
@HapticAaron7 жыл бұрын
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.
@HapticAaron7 жыл бұрын
Update- I was very tired and misunderstood the video, this is in fact exactly what I needed. Good job.
@TheDLuigi7 жыл бұрын
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!
@TheDLuigi7 жыл бұрын
Also, when I try to retrieve the images, they are all broken images.
@iJuce4 жыл бұрын
i think just by adding header("Location: (location to same php file or redirected file))"); should fix the problem
@rise55444 жыл бұрын
@@iJuce what do you mean
@vuongkhaikiet22647 жыл бұрын
thanks very much for your lesson
@LUSIANSTUDIOS7 жыл бұрын
Works perfectly, thanks!
@siddheshkadam1367 жыл бұрын
Thanks Brother..Really Helped a lot....!!!
@meatfactory5 жыл бұрын
Thnx, this was very helpful!
@xharemslive71432 жыл бұрын
Thnx bro it helped a looooot
@aloisemaina36624 жыл бұрын
Very helpful. Thank you @Awa Melvine
@Er.MeetPatel3 жыл бұрын
Amazing video thank you for code
@akosisydney286 жыл бұрын
Thanks for the tuitorial but when I refresh my website it keeps duplicate itself
@georgenze19566 жыл бұрын
my do the same
@ThevKube6 жыл бұрын
the same
@jfctroy94816 жыл бұрын
Same, what should i do ?
@ibrahimpashaa93346 жыл бұрын
first you must refresh hard not just refresh ,click on url link then ok it will fine now otherwise,duplicate
@jaidhillon23815 жыл бұрын
Make changes in line 79 where And it will stop duplication of image and text as well
@mathewkings98064 жыл бұрын
Sweet bro, thanks a lot, really helpful even till now.
@vicodev4442 жыл бұрын
hello, if I also wanted to delete with a key what I entered? Type also delete the image from the folder. I thank you
@puneetgandhi57406 жыл бұрын
thanks sir.....for making this video....
@n.sakib3907 жыл бұрын
why we r using () this tag??
@fahadjunaid45726 жыл бұрын
Thank you sir. But i have some problem when i try to upload other image or high quality image it will display image rotation please help me thank you.
@rutherjademarte59873 жыл бұрын
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.
@SubrataSen387 жыл бұрын
sir please mention that if they are doing in windows then they don't have to set the target just keep it blank like.... $target =" ".basename($_FILES['image']['name']);
@craigharkins46698 жыл бұрын
Thank you so much man!!!!! Works great!
@AwaMelvine8 жыл бұрын
My pleasure. Thanks for watching
@stockeley74093 жыл бұрын
you're my hero
@tigger25814 жыл бұрын
great tutorial dude
@vaishalivaghela55994 жыл бұрын
if i upload images from admn side and want to show that in userside than how can i do that plz reply....
@gameplaymemoriesYT7 жыл бұрын
Why u use varchar and not blob as datatype of the image? In C# its kindly different. I am newbie in web programming
@mosabelkalyouby41296 жыл бұрын
Perfect Tutorial.
@kishankhant80116 жыл бұрын
Nice work. Thank for this information, suggests you set some background music.
@paranoia778 жыл бұрын
how to make that style from css can be responsive, the size of box page according to what you upload? sorry for asking, i'm newbie..