SQL & PHP

pic_typorgaphy
SQL is a language to operate databases; it includes database creation, deletion, fetching rows, modifying rows, etc. SQL is an ANSI (American National Standards Institute) standard language, but there are many different versions of the SQL language.

pic_typorgaphy
PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994. PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

Day Topic
1 Introduction to SQL
2 Databases and Tables
3 Working with Tables
4 Mini Project 1
5 Manipulating Rows
6 Constraints
7 SQL Queries
8 Joins
9 Learning More about SQL
10 PHP Basics
11 Understanding Fundamentals of PHP
12 Operators
13 Conditional Statements
14 Learning More about Operators
15 Loops
16 Functions
17 Arrays
18 PHP Forms
19 Learning more about Loops & PHP Forms
20 PHP File Handling
21 Combining PHP and MYSQL 1
22 Combining PHP and MYSQL 2
23 FINAL PROJECT
24 FINAL PROJECT