Hello clever! Your biggest fan from Nigeria! Thanks for the multiple file upload to database tutorials, I think you should also try working with JavaScript in your php .Do something, maybe form validation with js to start with ,then maybe could work with ajax in php ,would really help and come in handy.
@sharkluxry4 жыл бұрын
You made it so simple for me to understand. Thank you!
4 жыл бұрын
Really helpful video! Finally understood how to use the php theorie I'd watched and read so far.
@vincentbismack9073 жыл бұрын
Brilliant. What line of code can you add to this PHP form in order to display the values from the text box and checkbox in HTML TABLE?
@budosfasz Жыл бұрын
Hello, 9:30 you moved the part of the php to a new file. But you left the php at the bottom of the html. Why? You cannot move all the php to the new file? Or you just forgot it?
@ssigitas693 жыл бұрын
pre_r($_POST) shows me error: Undefined function 'pre_r'.intelephense(1010)
@ambientsoda1063 жыл бұрын
Is there a way to check data before its posted? As if stamens checking the $post dost stop post taking place...
@lynndunning15452 жыл бұрын
Works Great for me, and I learned many things I've been missing in my limited php knowledge. Thanks so much, and I like the way you teach, I will be looking for more of your videos.
@codingarjuna86773 жыл бұрын
Love from India ❤️
@kingtyphoon2 жыл бұрын
Awesome and clear video!
@neilb97684 жыл бұрын
Hello... when I click the submit button, I get "error 403, access forbidden You don't have permission to access the requested object." PLEASE HELP
@Mensagemdaultimahora1234 жыл бұрын
try to change some permission.
@rata10493 жыл бұрын
pre_r doesn't seem to be in the documentation of php
@tomjohansson35202 жыл бұрын
thanks very clear video
@ВладимирК-ь9г6 жыл бұрын
Спасибо. У Вас отличные уроки
@TechAlphax6 жыл бұрын
Great work Mr. Clever. Can you perhaps start something on Java. An online examination app maybe.
@clevertechie6 жыл бұрын
Thank you :) I'll think about it.
@getsetletscode88923 жыл бұрын
exact video i wanted thank u soo much
@DarmaJayaNgr4 жыл бұрын
Thank very much, you saved me
@sabuein3 жыл бұрын
Thank you, brother.
@marineoutsource4 жыл бұрын
Please make a video to prevent retainig the value when back button is pressed and to prevent resubmission using that back button data that was retained. I hope you knew what I meant / thanks
@ringtonetubeoriginal82093 жыл бұрын
Where can I get the users input?
@laurindocamuenho68296 жыл бұрын
I like so much this video.
@clevertechie6 жыл бұрын
I think you're really going to like next one, it will be about CRUD (create, update, delete) and will be using POST and GET a lot which is why I wanted to prepare everyone for it with this video.
@laurindocamuenho68296 жыл бұрын
I waiting for next video. Angola is my location.
@cd786 жыл бұрын
Explain how to fetch multiple images from several tables using a mysl statement. Ie you have a products table and a images table
@clevertechie6 жыл бұрын
Okay I think I'll do that one, thanks for the idea!
@cd786 жыл бұрын
I have been stuck with this for about a week now with how to formulate the mysql statement where I have a main image in a products table and images_two, images_three in a images table... how
@MrMatt206n3 жыл бұрын
Really helpful video, I'm just a bit confused where the video says submit variables are not visible with GET in the URL, yet Submit=submit is visible in the URL in the video example? Any help welcome!
@Ceez7473 жыл бұрын
what is pre r?
@nianabenhassine21882 жыл бұрын
i cant open the website
@spookypenguinsoldier85954 жыл бұрын
thanks, learned a lot
@mayankyadav73433 жыл бұрын
Just want to say thanks
@neb5423 жыл бұрын
This does not work.
@samantha66703 жыл бұрын
Thanks so much!
@itzPrincesoni3 жыл бұрын
I dont know how to use php !
@Randomdude-i8x Жыл бұрын
Did your mom really name you Clever Techie? Okay now don't lie to me.
@lotfijbeli51212 жыл бұрын
Thank you
@clevertechie2 жыл бұрын
you're welcome!
@mr.RAND5584 Жыл бұрын
This is easy. React js is complicated.
@thomasburns66663 жыл бұрын
Good VID
@nielfernandez87213 жыл бұрын
Awesome!
@1duducm3 жыл бұрын
THANKSSSSSSSSSSSSS
@remyd30113 жыл бұрын
This video helped me get through a Try Hack Me room! Thank you so much for this video!
@clevertechie2 жыл бұрын
Glad I could help!
@codewithf.s.h78504 жыл бұрын
complete form kzbin.info/www/bejne/gJfKiHWMZrmXZ7M
@jesusvalencia36414 жыл бұрын
otro que no sabe programar
@williamjamesrapp73565 жыл бұрын
You certainly know what you are talking about but WHO IS THE AUDIENCE you are talking to here ? If you are trying to TEACH someone how to do this then this is not the video for that. You are NOT teaching. If you are talking to people who already know HTML5 & PHP ( which this video sounds like ) why are you showing them this THEY ALREADY KNOW WHAT THEY ARE DOING or are you just posting this video because you want personal experience presenting videos ?
@anonym38525 жыл бұрын
Same issue here. Im learning PHP and want to make a formfield which creates a new class on submit. So far i see no season to echo them out. As you already have a array format which should be possible to put into a class. But the array shouldn´t show up. At least im on the next step to do a Alert Tool.
@Maru-ge6jn4 жыл бұрын
Dont be a dick William
4 жыл бұрын
I'm at the start of learning php and exercising some first form handling. It really helped me kickstart my php knowledge/coding. I think its a good video for people who have trouble executing the PHP theory they've read on so far, in a realistic situation instead of technique per technique.