CRUD with PDO and OOP PHP #3 - Create Post

preview_player
Показать описание
This is video part three for create CRUD application using OOP PHP.

// Final project on my github repo

🧠 Concepts Covered:

- How to insert post from form to mysql database

🌎 Find Me Here:

––––––––––––––––––––––––––––––
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
––––––––––––––––––––––––––––––

#crud #phpoop #pdo #create
Рекомендации по теме
Комментарии
Автор

hint for other viewers: you actually do not need to reload the index.php when you only modified the data-receiving php file. you do not even need to go back, the browser will send the POST data again und you can debug and/or test on! Saves time!

Toshrek
Автор

Thanks a lot, all this is very clear, helped a I'll subscribe and advise anyone to do so

claudeindenge
Автор

Great Explanation Bro! can you make Videos About MVC PHP

omarml
Автор

Hi Candra thanks for the video. Just a quick question, would you ever need to pass the $_POST inside a class? E.g. Class foo
{ $post_field = $_POST['foo']
}

lebedev