An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# pdo
PHP CRUD Application

To 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.