Kaoz-tutorials
Filters | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

PHP programming > Database

 
Photoshop
Flash
HTML and CSS
JavaScript
PHP programming
Basics
Cookies and Sessions
Database
Forms
Images
Object Oriented Programming
Security

Understanding MySQL for PHP November 23rd, 2009

Understanding MySQL for PHP is the new series of videos where I'm explaining what MySQL is and how to use it to create your own database. Every week we will be publishing the new video to add to this series.

PHP programming >> Database >> sebastiansulinski.co.uk
Broken Link | 15 clicks |
  • Currently 1/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Display records in multi column format with PHP November 23rd, 2009

This two videos explain how to populate records from the MySQL database and display them on the page in the multi column format. Each column follows the ascending order of the records from the previous column. In this example we are using Table, but you can use any HTML element to display records in multi column format.

PHP programming >> Database >> sebastiansulinski.co.uk
Broken Link | 8 clicks |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Content Management System with Dreamweaver CS4, PHP, MySQL and FCKEdit May 24th, 2009

In this tutorial you will learn how to build your very own Content Management System with Adobe Dreamweaver CS4, PHP, MySQL and FCKEditor.

PHP programming >> Database >> sebastiansulinski.co.uk
Broken Link | 34 clicks |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Storing Images In MySQL September 2nd, 2008

This article is an introduction to using the blob column type in MySQL. The concept is introduced by familiarising users with uploading and storing images in a MySQL table. Definitely a controversial topic in PHP-land, but at least knowing how to do it will help you make a decision on whether or not it’s for you.

PHP programming >> Database >> phpriot.com
Broken Link | 117 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Simple MySQL Table Editor July 23rd, 2008

PHP and MySQL are one of the most used technologies on the web today. By using about 7 different script files we can add, update, and delete rows from a MySQL table.

PHP programming >> Database >> hackosis.com
Broken Link | 76 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL April 29th, 2008

This tutorial explains how to create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL.

PHP programming >> Database >> sebastiansulinski.co.uk
Broken Link | 86 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Inserting Data Into a MySQL Database using PHP February 17th, 2008

This tutorial will show you how to write to a MySQL database using simple PHP code.

PHP programming >> Database >> teamtutorials.com
Broken Link | 76 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

How to Encrypt Passwords in the Database February 10th, 2008

If you are developing a password-protected web site, you have to make a decision about how to store user password information securely.

PHP programming >> Database >> webcheatsheet.com
Broken Link | 117 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Simple Search Engine with PHP and MySQL November 13th, 2007

There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help minimize the time that it takes to find the information you need. I would like to show you how you can build your own PHP search engine to find the information you seek in a MySQL database.

PHP programming >> Database >> hackosis.com
Broken Link | 115 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

MySQL SELECT query from PHP scriptMySQL SELECT query from PHP script July 6th, 2007

This tutorial will show you how to use MySQL querys to database in your PHP scripts.

PHP programming >> Database >> onlinehowto.net
Broken Link | 82 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5