HomeTutorialsandarticles
PHP Database Related Building database table handlers in PHP using OO approach Tutorial
PHP Database Related Building database table handlers in PHP using OO approach Tutorial
Top Tutorials related to:PHP Database Related Building database table handlers in PHP using OO approach Tutorial PHP Database
PHP Database: In this tutorial you will get to know about databases, tables, query and other related things like how to access databases using PHP etc. This is the first index page of this tutorial
PHP Create Database
PHP Create Database: In this tutorial you will get to know about how to create database in PHP, using WAMP server, and MySQL console.
PHP How to Create Table
PHP How to Create Table: In this PHP tutorial you will get to know about how to create table using WAMP server and MySQL console.
Setting up Database with the help of PHP Scripts.
With the help of PHP Scripts, we can also create database, table as well as insert the information. As we discussed in the last tutorial that MySQL has its own standard set up to create database which is contained tables.
Displaying Database using PHP
Till now, we have done the creation part of database and table. In this tutorial, I will show you how to insert the information by using form on a website with the help of PHP Script.
PHP Mysql Database Connection
PHP Mysql Database Connection is used to build a connection between the PHP on the server-side and Mysql on the backend.
MySQL PHP Query delete
Mysql PHP Query delete is used to execute Mysql function ( ) delete query from a database table.
PHP Ajax and Database
In this following tutorial we will study how to connect PHP, JavaScript, and Database using Ajax.
PHP SQL Insert
PHP SQL Insert is used to insert the record from HTML page to Mysql database using PHP.
PHP SQL Table
PHP SQL Table is used to create table in PHP. To create a table in PHP, we use Mysql_function () that include create table keyword which is used to create a table in PHP.