Local development environment - localhost/building-database-applications-in-php-Coursera
This repository includes course files for the course - Building database applications in php..
Week 5 folder contains final crud application.
Setup files are added where required.\
- PDO PHP
- POST redirects in php
- Table actions
- CRUD
See commands.txt
for setup configuration.
The database connectivity files used all have user as alan
and password as alan
.\
- Dbms -
mysql(xampp)
- Database -
misc
- User -
alan
- Password -
alan
- Use insert and delete to quickly modify
users
table
Week number | Database | Table | setup |
---|---|---|---|
Week 2 | misc | autos | setup.php and notes.txt |
Week 4 | misc | autos | no extra config needed same as week2 |
Week 5 | misc | autos | only need to create autos table again |