background preloader

Basic

Facebook Twitter

PHP/MySQL Tutorial. Introduction For many people, the main reson for learning a scripting language like PHP is because of the interaction with databases it can offer. In this tutorial I will show you how to use PHP and the MySQL database to store information on the web and include it into your website. Before you read this tutorial you should have at least a basic knowledge of how to use PHP. If you do not yet know PHP, I suggest that you read our PHP tutorial before continuing. Why Would I Want A Database? It is actually surprising how useful a database can be when used with a website. There are a huge variety of things you can do when you interact the two, from displaying simple lists to running a complete website from a database.

Banner Rotation. You only really need three things to run PHP scripts which access MySQL databases. PHP also needs to be installed on the server. Finally, you will also require MySQL. Testing For PHP and MySQL There is a simple test for both PHP and MySQL. Managing Databases Part 2. SELECT from BBC Tutorial - SQLZOO. SELECT statement exercises: learning stage. MySQL Tutorial 1: Overview, Tables, Queries. Interactive Online SQL Training for Beginners. SQL Tutorial. SQL is a database computer language designed for the retrieval and management of data in relational database. SQL stands for Structured Query Language. This tutorial will give you quick start with SQL. This reference has been prepared for the beginners to help them understand the basic to advanced concepts related to SQL languages. Before you start doing practice with various types of examples given in this reference, I'm making an assumption that you are already aware about what is database, especially RDBMS and what is a computer programming language.

If you are willing to compile and execute SQL programs with SQLite DBMS but you do not have a setup for the same, then do not worry. 1 - SQL Quick Reference Guide A quick SQL reference guide for SQL Programmers. SQL Quick Reference Guide 2 - SQL Built-In Useful Functions A comprehensive list of important SQL Functions. SQL Built-In Useful Functions 3 - SQL Useful Resources A collection of SQL Sites, Books and Articles is given at this page. MySQL Tutorial. MySQL Tutorial - Learn MySQL Fast, Easy and Fun. Lesson 2: Table Basics.