Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taniarascia/pdo
Connecting to MySQL in PHP using PDO.
https://github.com/taniarascia/pdo
app database mysql pdo php sql
Last synced: 12 days ago
JSON representation
Connecting to MySQL in PHP using PDO.
- Host: GitHub
- URL: https://github.com/taniarascia/pdo
- Owner: taniarascia
- License: mit
- Created: 2017-05-03T19:04:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T20:40:14.000Z (over 4 years ago)
- Last Synced: 2024-07-03T06:33:38.330Z (4 months ago)
- Topics: app, database, mysql, pdo, php, sql
- Language: PHP
- Homepage: https://www.taniarascia.com/create-a-simple-database-app-connecting-to-mysql-with-php/
- Size: 47.9 KB
- Stars: 231
- Watchers: 25
- Forks: 185
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connecting to MySQL in PHP using PDO
Create a Simple Database App: Connecting to MySQL with PHP
## Tutorial
- [Part 1: Create and Read](https://www.taniarascia.com/create-a-simple-database-app-connecting-to-mysql-with-php/)
- [Part 2: Update and Delete](https://www.taniarascia.com/create-a-simple-crud-database-app-php-update-delete/)## Lessons
- Install database and create table structure
- Submit new users
- Query and filter users
- Update users with new data
- Delete users## Author
- [Tania Rascia](https://www.taniarascia.com)
## License
The code is open source and available under the [MIT License](LICENSE).