Videos with tag KillerPHP All | Novice | Advanced | Expert

KillerPHP: SQL DELETE statement

The 'delete' command allows you delete information in the database. Like all the other commands you can tweak the command so as to target specific data in the database. Anyway, we will look a... read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: SQL UPDATE statement

The 'update' command allows you to update records/information already in the database.read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: SQL SELECT statement

The 'select' command allows you to select (pull out) specific pieces of information from a database.read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: Introduction to SQL

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 relati... read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: SQL INSERT statement

One great thing about SQL is that the commands/statements are self describing. So in this case, the 'insert' command allows you to insert new data into a database.read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: phpMyAdmin Basics - Part 2

This is part 2, where as we learn about phpMyAdmin, we also learn basic database and MySQL theory. Not so much to put you to sleep, but only enough so that you can move forward in your PHP journey.read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: phpMyAdmin Basics - Part 1

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 ... read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP: Introduction to MySQL and ...

These are just the first of many planned video tutorials on the multithreaded, multi-user SQL database management system MySQL. These particular videos require a little more background knowl... read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP #16: Processing HTML Forms ...

PHP makes processig forms easy. In the following videos we leverage our understanding of PHP arrays to easy collect user submitted form data.read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk

 

KillerPHP #15: Processing HTML Forms ...

PHP makes processig forms easy. In the following videos we leverage our understanding of PHP arrays to easy collect user submitted form data.read more »

Level: novice Jun 30, 2008 Votes: 0 Dmytro Shteflyuk