MySQL - UPDATE Records with PHP

preview_player
Показать описание

Using PHP you can update records in your MySQL tables.

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

Hy Eli! Your videos are very well structured. I watch you since the beginning of this channel. In fact, i first learned how to do subnetting from your videos :) Thank you for all the knowledge you share with us!

masterv
Автор

Great video! I liked it! thank you very much.

jnicoulakos
Автор

so you dont necessarily have to say Select Students Update students set name=Polly where student ID=3? you can just use change name = Polly where student ID =3?

najma
Автор

Nowadays you must consider to use PHP PDO connection instead of mysqli connection

swordfish