PHP Tutorial (& MySQL) #31 - Getting a Single Record

preview_player
Показать описание
Hey gang, in this PHP & MySQL tutorial I'll show you how to retrieve a single record from the database and show it on our web page.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🤑🤑 Donate


🎓🎓 Find me on Udemy

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

a few days ago I had never touched sql or php in my life. Now I know enough to do virtually anything I want with dynamic databases

spencerdunn
Автор

I think you are the single greatest teacher alive, how you can turn a complete beginner to a pro in minutes is fantastic, i would like to subscribe to your full course

olajumokeanjoyin
Автор

some other guys create videos of hours just to show this, you're awesome man very clear right to the point, i hope you can continue with POO in the future or maybe make some PHP advanced course in Udemy, thank you!

escepticoinformal
Автор

You are the best teacher. Im recomending you to all my friends who are starting at computer engeneering and other to learn more and more. Continue the good work. Once i have a job i will gladly donate you because you are helping everyone so much in a way that anyone can learn. Again, thanks a lot.

joaoverde
Автор

Magnificent! It is just so easy! Clear explanations. Fast and detailed. Love it.

fahrifoxtrot-whiskey
Автор

Best tutorial. I've been searching and getting confused until I found this video. Thanks alot.

WordPressWisdom
Автор

keep going on ninja. We're always with you

md.akib
Автор

thank you .
i write all you previous tuts and continue to next vadio.
the way you explain and solve every problem in form is unbelieving.

mshahzad
Автор

Thanks a lot! i was looking for this for a long time..thank u

preyasprathap
Автор

Nice ninja. Hoping this extends into a PHP OOP series after 👍

NathanBudd
Автор

Such an amazing course . Love the clear explanation and concepts.

Rahul-ygkp
Автор

Your tutorials are the best! Really appreciate your videos=)

dcojelo
Автор

thanks dude i have been looking for this for years. i am just joking, but you saved my ass

ITSKILLSACADEMY
Автор

You are a f*cking legend !!! Your videos are the best buddy keep it up!

FlashStarGaming
Автор

4:50 couldn't we avoid sql injection by forcing the variable to be an integer? I know the way you're showing has easier syntax.

Tuttigiu
Автор

mysqli_fetch_assoc() expects parameter 1 to be mysqli_result

What should I do? I already checked my code and there's no typo. Help!

tabitasimorangkir
Автор

For some reason when I try to echo the id, nothing happens
<a href="details.php/?id=<?php echo $result -> id ?>"> Más información </a>
but when I try to use any other feature it weird
<a href="details.php/?id=<?php echo $result -> horario ?>"> Más información </a>

perianka
Автор

You are the best
😭😭😍
Thx a lot 🥺👌❤️

nejan_s
Автор

thank u so much I cant think you enough thanks thanks thanks ❤️

tkokflux
Автор

hi, I have a quick question, I can see the way we get id from url. In some website we even pass user id via url, how can I secure this information, let say if they change the user id it won't redirect to other users account

NguyenTrang-jezg