PHP Database Related Database Abstraction with PEAR Tutorial
Top Tutorials related to:PHP Database Related Database Abstraction with PEAR 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.
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 vs J2EE, PHP vs JAVA
In this tutorial you will know the scalability of PHP and also comparison of PHP Web Architecture with J2EE architecture.
JDBC - Java Database Connectivity Tutorial
Java Database Connectivity or in short JDBC is a technology that enables the java program to manipulate data stored into the database.
PHP Training
PHP is one of the most popular, free, efficient and powerful server-side scripting language for creating interactive and dynamic websites.
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.
PHP MySQL on Centos 5.x
In this tutorial I will show you how to install MySQL support in PHP application.
PHP Ajax and Database
In this following tutorial we will study how to connect PHP, JavaScript, and Database using Ajax.