Skip to content

itxshakil/PHP-PDO-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP PDO Example

It is demo app that uses basic PHP PDO methods such as connecting to server and doing CRUD operations.

Run Locally

Clone the project

  git clone https://github.com/itxshakil/PHP-PDO-Example.git

Go to the project directory

  cd PHP-PDO-Example

Create database table and update the database credentials in connect.php

Create table in created database by importing or pasting SQL from company.sql from the project.

Voila!

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

  • Connecting to SQL Server
  • Fetching records from database table
  • Updating records to database table.
  • Removing record from the database table.

Authors

About

A Basic PHP PDO Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages