How to insert new rows in database of MySql Database using PhpMyAdmin?

preview_player
Показать описание
How to insert new rows in database of MySql Database using PhpMyAdmin?

Want to get skilled at something ?
Being Skilled helps you become skilled by watching 5 minute video tutorials and learning at your own pace.

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

Thank you very much. It was clear and helpful.

tessellatiaartilery
Автор

INSERT INTO `contacts` (`sno`, `name`, `email`, `phone _num`, `message`) VALUES (NULL, '', '', '', ''), this is my table, now i want to add another column as 'date' after message how to do that???

Lucky-curt
Автор

How to add a new row to the existing table?

NurulHuda-jvxh