Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • PHP
  • PDO

Category: PDO

PDO – PHP Data Object

Introduction In this tutorial I am going to show you how to configure PHP 7 and SQLite3 in Windows environment. By default SQLite3 extension comes with PHP 5.3.0 or higher version of PHP. So you don’t need to download it. SQLite3 is not enabled by default in Windows environment. So you must enable it before…

1 Comment on Configure PHP 7 and SQlite3 in Windows
Posted in PDO PHP SQLite

Configure PHP 7 and SQlite3 in Windows

In this tutorial I am going to show you how we can work with RESTful webservice or REST webservice in PHP PDO, MySQL. Introduction The most important concept in REST is resources, which are identified by global IDs — typically using URIs. Client applications use HTTP methods (GET/ POST/ PUT/ DELETE) to manipulate the resource…

1 Comment on REST API CRUD Example in PHP, MySQL
Posted in PDO PHP REST

REST API CRUD Example in PHP, MySQL

Categories

Copyright © 2014 - 2023 Roy Tutorials

Privacy | Terms & Conditions