Videos tagged with KillerPHP






KillerPHP: Introduction to SQL

KillerPHP: Introduction to SQL

Posted in Databases, Broadcasting, Screencasts, Lectures

SQL is short for: Structured Query Language SQL is the language of relational databases ... databases like MySQL, Oracle, MS SQL Server and many others. SQL allows you to 'talk' to a relational database - that means being able to manage the data being stored in the database. SQL is a computer language that has been around since the 1970's and it is now a standard that is used in every relationa...

Tags: Databases, Lectures, Tutorials, SQL, KillerPHP





KillerPHP: phpMyAdmin Basics - Part 1

KillerPHP: phpMyAdmin Basics - Part 1

Posted in Databases, Broadcasting, MySQL, Screencasts, Lectures

This is the first of a two part video where I introduce you to one of the most widely used programs that allows you to configure and use MySQL server - phpMyAdmin. phpMyAdmin is a web based program (runs in a web browser) and is built with PHP. The fact that phpMyAdmin uses PHP behind the scenes, should give you an idea of how powerful PHP is with regards to working with MySQL.

Tags: Databases, MySQL, Lectures, Tutorials, KillerPHP, phpMyAdmin