A PHP tutorial. I advice the visualization of all videos because along the playlist I make some “mistakes” on purpose, that later they become “problems” and need to be fixed. This way I can show why we should do it this or that way. Until now I’ve only created series nbr 7, explaining how to use PHP to connect to a database using PDO and how to structure an application using the MVC design pattern.
You can download the source code here.
- Web Dev: 01 – PHP
- Creating the database
- Creating the SVN repository and the project in Eclipse
- Connecting to the database
- Using SELECT
- Using INSERT
- What is the MVC design pattern and how to use it
- Using UPDATE
- Using DELETE
- Using prepared statements
- Using transactions
- Wraping up the project with CSS and DIVs