https://github.com/sambhav2612/pdo
PHP CRUD Application
https://github.com/sambhav2612/pdo
crud-application pdo-php php phpmyadmin-database
Last synced: 2 months ago
JSON representation
PHP CRUD Application
- Host: GitHub
- URL: https://github.com/sambhav2612/pdo
- Owner: sambhav2612
- License: mit
- Created: 2018-01-20T10:54:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T19:03:15.000Z (over 7 years ago)
- Last Synced: 2025-02-22T04:18:06.489Z (3 months ago)
- Topics: crud-application, pdo-php, php, phpmyadmin-database
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdo
PHP CRUD ApplicationTo run files on your local machine, run:
```bash
$ git clone https://github.com/sambhav2612/pdo.git master
$ cd pdo
$ php -S localhost:8000
```Your site is live on `http://localhost:8000`. Just put this web address in your browser and you're good to go.